[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
175/210: gnu: glibc-mesboot: Remove %bootstrap-glibc.
From: |
Jan Nieuwenhuizen |
Subject: |
175/210: gnu: glibc-mesboot: Remove %bootstrap-glibc. |
Date: |
Sat, 8 Sep 2018 10:36:31 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 1e4601ef00383b2e83c985c2ff0961ff1f52c4ce
Author: Jan Nieuwenhuizen <address@hidden>
Date: Mon Sep 3 00:41:38 2018 +0200
gnu: glibc-mesboot: Remove %bootstrap-glibc.
* gnu/packages/commencement.scm (gcc-mesboot-wrapper)[i686-linux]: Use
glibc-mesboot.
(gnu-make-boot0): Likewise.
---
gnu/packages/commencement.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 35a0fa9..5e1b0f8 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1394,7 +1394,8 @@ ac_cv_c_float_format='IEEE (little-endian)'
(source #f)
(inputs '())
(native-inputs `(("bash" ,%bootstrap-coreutils&co)
- ("libc" ,%bootstrap-glibc)
+ ;;("libc" ,%bootstrap-glibc)
+ ("libc" ,glibc-mesboot)
("gcc" ,gcc-mesboot)))
(arguments
`(#:implicit-inputs? #f
@@ -1709,10 +1710,8 @@ exec " gcc "/bin/" program
(define (%bootstrap-inputs+toolchain)
(append (match (%current-system)
- ("i686-linux" `(;;("libc" ,glibc-mesboot) ; FIXME: make usable for
unpatched gnu-make-boot0, *-boot0
- ("libc" ,%bootstrap-glibc)
+ ("i686-linux" `(("libc" ,glibc-mesboot)
("binutils" ,binutils-mesboot)
- ;; ("gcc" ,gcc-mesboot) ; FIXME: allow gcc to
use glibc
("gcc" ,gcc-mesboot-wrapper)))
(_ '()))
%bootstrap-inputs))
- 194/210: oops: fixup glibc-bootstrap-system-2.16.0.patch name., (continued)
- 194/210: oops: fixup glibc-bootstrap-system-2.16.0.patch name., Jan Nieuwenhuizen, 2018/09/08
- 209/210: gnu: nyacc-boot: Update to 0.86.0., Jan Nieuwenhuizen, 2018/09/08
- 203/210: gnu: glibc-mesboot: Drop obsolete sun rpc support., Jan Nieuwenhuizen, 2018/09/08
- 192/210: gnu: glibc-mesboot: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 210/210: gnu: mes-boot0: Support Nyacc 0.86.0., Jan Nieuwenhuizen, 2018/09/08
- 200/210: gnu: findutils-boot0: Remove bootstrap leaks., Jan Nieuwenhuizen, 2018/09/08
- 191/210: gnu: glibc-headers-mesboot: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 195/210: glibc-mesboot: do not validate runpath, Jan Nieuwenhuizen, 2018/09/08
- 184/210: gnu: mesboot-headers: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 197/210: Oops, libstdc++ build fixes WIP, Jan Nieuwenhuizen, 2018/09/08
- 175/210: gnu: glibc-mesboot: Remove %bootstrap-glibc.,
Jan Nieuwenhuizen <=
- 170/210: gnu: make-mesboot: Update to 3.82., Jan Nieuwenhuizen, 2018/09/08
- 178/210: gnu: tcc-boot0: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 179/210: gnu: tcc-boot: Cleanup., Jan Nieuwenhuizen, 2018/09/08
- 173/210: gnu: Add mesboot-headers., Jan Nieuwenhuizen, 2018/09/08
- 169/210: bootstrap: Evaluate %bootstrap-inputs+toolchain at build time., Jan Nieuwenhuizen, 2018/09/08
- 166/210: gnu: file-boot0: Do not strip binaries or validate-runpath., Jan Nieuwenhuizen, 2018/09/08
- 198/210: gnu: Add gcc-mesboot-4.9.4., Jan Nieuwenhuizen, 2018/09/08
- 145/210: bootstrap: Integrate mes bootstrap for i686-linux., Jan Nieuwenhuizen, 2018/09/08
- 66/210: gnu: binutils-boot: Update to 2.30., Jan Nieuwenhuizen, 2018/09/08
- 160/210: gnu: Add mpc-boot 1.0.3., Jan Nieuwenhuizen, 2018/09/08