diff options
| -rw-r--r-- | gnu/packages/commencement.scm | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 1ab45b028fe..5a05326e61c 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -2936,13 +2936,19 @@ exec " gcc "/bin/" program | |||
| 2936 | ("gawk" ,gawk-boot0) | 2936 | ("gawk" ,gawk-boot0) |
| 2937 | ("patch" ,patch-boot0) | 2937 | ("patch" ,patch-boot0) |
| 2938 | ("sed" ,sed-boot0) | 2938 | ("sed" ,sed-boot0) |
| 2939 | ("tar" ,tar-boot0))) | 2939 | ("tar" ,tar-boot0) |
| 2940 | (_ '())) | 2940 | ("make" ,gnu-make-boot0) |
| 2941 | ("make" ,gnu-make-boot0) | 2941 | ("diffutils" ,diffutils-boot0) |
| 2942 | ("diffutils" ,diffutils-boot0) | 2942 | ("findutils" ,findutils-boot0) |
| 2943 | ("findutils" ,findutils-boot0) | 2943 | ("file" ,file-boot0) |
| 2944 | ("file" ,file-boot0) | 2944 | ,@(fold alist-delete (%bootstrap-inputs+toolchain) |
| 2945 | ,@(%bootstrap-inputs+toolchain))) | 2945 | '("coreutils" "gawk" "patch" "sed" "tar" "make")))) |
| 2946 | (_ | ||
| 2947 | `(("make" ,gnu-make-boot0) | ||
| 2948 | ("diffutils" ,diffutils-boot0) | ||
| 2949 | ("findutils" ,findutils-boot0) | ||
| 2950 | ("file" ,file-boot0) | ||
| 2951 | ,@(%bootstrap-inputs+toolchain)))))) | ||
| 2946 | 2952 | ||
| 2947 | (define* (boot-triplet #:optional (system (%current-system))) | 2953 | (define* (boot-triplet #:optional (system (%current-system))) |
| 2948 | ;; Return the triplet used to create the cross toolchain needed in the | 2954 | ;; Return the triplet used to create the cross toolchain needed in the |
