[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/210: gnu: gcc-core-mesboot: Revise dependencies.
From: |
Jan Nieuwenhuizen |
Subject: |
124/210: gnu: gcc-core-mesboot: Revise dependencies. |
Date: |
Sat, 8 Sep 2018 10:36:19 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit f98e971b01f83f288a9c996af0f9e19682d2aec1
Author: Jan Nieuwenhuizen <address@hidden>
Date: Thu Jul 12 20:44:31 2018 +0200
gnu: gcc-core-mesboot: Revise dependencies.
* gnu/packages/mes.scm (gcc-core-mesboot): Revise dependencies.
---
gnu/packages/mes.scm | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 0abc50a..7cec7a4 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -700,7 +700,11 @@ standard.")
(base32
"1xvfy4pqhrd5v2cv8lzf63iqg92k09g6z9n2ah6ndd4h17k1x0an"))))
(supported-systems '("i686-linux"))
- (native-inputs `(("binutils" ,binutils-mesboot0)
+ (inputs '())
+ (native-inputs `(("bootstrap-coreutils" ,%bootstrap-coreutils&co)
+ ("binutils" ,binutils-mesboot0)
+ ("diffutils-boot0" ,(@@ (gnu packages commencement)
diffutils-boot0))
+ ("make-boot0" ,(@@ (gnu packages commencement)
gnu-make-boot0))
("tcc" ,tcc-boot)))
(outputs '("out"))
(arguments
@@ -737,23 +741,16 @@ standard.")
(assoc-ref %build-inputs "binutils") "/bin"
":" (assoc-ref %build-inputs "tcc") "/bin"
- ;; more bootstrap cheats
- ":" (assoc-ref %build-inputs "bash") "/bin"
- ":" (assoc-ref %build-inputs "coreutils") "/bin"
- ":" (assoc-ref %build-inputs "diffutils") "/bin"
- ":" (assoc-ref %build-inputs "file") "/bin"
- ":" (assoc-ref %build-inputs "grep") "/bin"
- ":" (assoc-ref %build-inputs "gzip") "/bin"
- ":" (assoc-ref %build-inputs "make") "/bin"
- ":" (assoc-ref %build-inputs "sed") "/bin"
- ":" (assoc-ref %build-inputs "tar") "/bin"))
+ ":" (assoc-ref %build-inputs "bootstrap-coreutils")
"/bin"
+ ":" (assoc-ref %build-inputs "diffutils-boot0") "/bin"
+ ":" (assoc-ref %build-inputs "make-boot0") "/bin"))
;; no info at this stage
(delete-file-recursively "texinfo")
(system "touch gcc/cpp.info gcc/gcc.info")
(setenv "CONFIG_SHELL" (string-append
- (assoc-ref %build-inputs "bash")
+ (assoc-ref %build-inputs
"bootstrap-coreutils")
"/bin/sh"))
(unsetenv "LANG")
(unsetenv "C_INCLUDE_PATH") ; flex
- 97/210: gnu: gcc-boot: build with %cheat-binutils?, (continued)
- 97/210: gnu: gcc-boot: build with %cheat-binutils?, Jan Nieuwenhuizen, 2018/09/08
- 64/210: gnu: binutils-boot: Update to 2.14., Jan Nieuwenhuizen, 2018/09/08
- 95/210: gnu: binutils-boot: Update to 2.20.1a., Jan Nieuwenhuizen, 2018/09/08
- 98/210: gnu: binutils-boot0: Inject AR, LD from bootstrap-binaries., Jan Nieuwenhuizen, 2018/09/08
- 151/210: gnu: Add diffutils-mesboot 2.7., Jan Nieuwenhuizen, 2018/09/08
- 128/210: gnu: gcc-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/09/08
- 96/210: gnu: Add binutils-boot0-cheat., Jan Nieuwenhuizen, 2018/09/08
- 76/210: Revert "gnu: gcc-boot: Update to 3.2.", Jan Nieuwenhuizen, 2018/09/08
- 148/210: gnu: mes-boot: Update to 0.17.1., Jan Nieuwenhuizen, 2018/09/08
- 126/210: gnu: gcc-mesboot0: Revise dependencies., Jan Nieuwenhuizen, 2018/09/08
- 124/210: gnu: gcc-core-mesboot: Revise dependencies.,
Jan Nieuwenhuizen <=
- 65/210: gnu: binutils-boot: Update to 2.25., Jan Nieuwenhuizen, 2018/09/08
- 99/210: gnu: Remove binutils-boot0-cheat., Jan Nieuwenhuizen, 2018/09/08
- 93/210: gnu: Add tcc-boot 0.9.27., Jan Nieuwenhuizen, 2018/09/08
- 94/210: gnu: tcc-boot0: Update for mes 0.16., Jan Nieuwenhuizen, 2018/09/08
- 88/210: gnu: mes-boot: Update to 0.16., Jan Nieuwenhuizen, 2018/09/08
- 82/210: Revert "REMOVEME: %fake-bootstrap => #t.", Jan Nieuwenhuizen, 2018/09/08
- 84/210: gnu: mescc-tools-boot: Update for linux-4.17 elf32-header fix., Jan Nieuwenhuizen, 2018/09/08
- 83/210: gnu: %mescc-tools-seed: Update for linux-4.17 elf32-header fix., Jan Nieuwenhuizen, 2018/09/08
- 57/210: gnu: %mes-seed: Update for 0.15., Jan Nieuwenhuizen, 2018/09/08
- 71/210: gnu: gcc-boot: Update to 2.95.3., Jan Nieuwenhuizen, 2018/09/08