[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/207: gnu: gcc-core-mesboot: Revise dependencies.
From: |
Jan Nieuwenhuizen |
Subject: |
124/207: gnu: gcc-core-mesboot: Revise dependencies. |
Date: |
Sat, 8 Sep 2018 13:26:17 -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
- 149/207: gnu: tcc-boot: Update for mes 0.17.1., (continued)
- 149/207: gnu: tcc-boot: Update for mes 0.17.1., Jan Nieuwenhuizen, 2018/09/08
- 204/207: gnu: gcc-boot0: Workaround libtool install bug., Jan Nieuwenhuizen, 2018/09/08
- 186/207: gnu: gcc-mesboot0: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 190/207: gnu: gcc-mesboot: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 56/207: gnu: mescc-tools-boot: Update for mes 0.15., Jan Nieuwenhuizen, 2018/09/08
- 192/207: gnu: glibc-mesboot: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 98/207: gnu: binutils-boot0: Inject AR, LD from bootstrap-binaries., Jan Nieuwenhuizen, 2018/09/08
- 113/207: gnu: binutils-mesboot0: Package with bootstrap-guile., Jan Nieuwenhuizen, 2018/09/08
- 118/207: gnu: mescc-tools-boot: Revise dependencies., Jan Nieuwenhuizen, 2018/09/08
- 163/207: Add new cheat: use %bootstrap-glibc for x86 for now., Jan Nieuwenhuizen, 2018/09/08
- 124/207: gnu: gcc-core-mesboot: Revise dependencies.,
Jan Nieuwenhuizen <=
- 121/207: gnu: tcc-boot0: Revise dependencies., Jan Nieuwenhuizen, 2018/09/08
- 193/207: gnu: glibc-mesboot: Oops, install everything., Jan Nieuwenhuizen, 2018/09/08
- 109/207: REMOVEME: %fake-bootstrap => #t., Jan Nieuwenhuizen, 2018/09/08
- 160/207: gnu: Add mpc-boot 1.0.3., Jan Nieuwenhuizen, 2018/09/08
- 166/207: gnu: file-boot0: Do not strip binaries or validate-runpath., Jan Nieuwenhuizen, 2018/09/08
- 63/207: gnu: binutils-boot: Update to 2.10.1., Jan Nieuwenhuizen, 2018/09/08
- 134/207: gnu: mescc-tools-boot: Use gnu-build-system., Jan Nieuwenhuizen, 2018/09/08
- 110/207: Revert "REMOVEME: %fake-bootstrap => #t.", Jan Nieuwenhuizen, 2018/09/08
- 185/207: gnu: glibc-mesboot0: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 140/207: gnu: Add %diffutils-static, %diffutils-static-stripped, %diffutils-bootstrap-tarball., Jan Nieuwenhuizen, 2018/09/08