[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/176: gnu: gcc-core-mesboot: Revise dependencies.
From: |
Jan Nieuwenhuizen |
Subject: |
124/176: gnu: gcc-core-mesboot: Revise dependencies. |
Date: |
Fri, 31 Aug 2018 11:20:27 -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
- 106/176: Revert: gnu: binutils-boot0: Inject AR, LD from bootstrap-binaries., (continued)
- 106/176: Revert: gnu: binutils-boot0: Inject AR, LD from bootstrap-binaries., Jan Nieuwenhuizen, 2018/08/31
- 156/176: Revert "gnu: Add %bootstrap-make.", Jan Nieuwenhuizen, 2018/08/31
- 133/176: bootstrap: Move mes seeds to bootstrap.scm, Jan Nieuwenhuizen, 2018/08/31
- 122/176: gnu: tcc-boot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/31
- 117/176: gnu: Remove gcc-mesboot-4.1.0., Jan Nieuwenhuizen, 2018/08/31
- 125/176: gnu: glibc-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/31
- 120/176: gnu: mes-boot: Update to 0.16.1; revise dependencies., Jan Nieuwenhuizen, 2018/08/31
- 123/176: gnu: binutils-mesboot0: Revise dependencies., Jan Nieuwenhuizen, 2018/08/31
- 153/176: bootstrap: Remove dependency on %bootstrap-make, %bootstrap-diffutils., Jan Nieuwenhuizen, 2018/08/31
- 134/176: gnu: mescc-tools-boot: Use gnu-build-system., Jan Nieuwenhuizen, 2018/08/31
- 124/176: gnu: gcc-core-mesboot: Revise dependencies.,
Jan Nieuwenhuizen <=
- 132/176: gnu: tcc-boot0: Update for mes 0.17., Jan Nieuwenhuizen, 2018/08/31
- 143/176: gnu: Add %bootstrap-linux-libre-headers., Jan Nieuwenhuizen, 2018/08/31
- 147/176: gnu: %tinycc-seed: Update for mes 0.18. WIP, Jan Nieuwenhuizen, 2018/08/31
- 158/176: gnu: Add make-mesboot0 3.80, Jan Nieuwenhuizen, 2018/08/31
- 170/176: gnu: binutils-boot0: Export (for testing)., Jan Nieuwenhuizen, 2018/08/31
- 173/176: gnu: libstdc++-boot0: Export (for testing)., Jan Nieuwenhuizen, 2018/08/31
- 155/176: Revert "gnu: Add %diffutils-static, %diffutils-static-stripped, %diffutils-bootstrap-tarball.", Jan Nieuwenhuizen, 2018/08/31
- 149/176: gnu: tcc-boot: Update for mes 0.18. WIP, Jan Nieuwenhuizen, 2018/08/31
- 141/176: gnu: Add %bootstrap-diffutils., Jan Nieuwenhuizen, 2018/08/31
- 94/176: gnu: tcc-boot0: Update for mes 0.16., Jan Nieuwenhuizen, 2018/08/31