[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
163/210: Add new cheat: use %bootstrap-glibc for x86 for now.
From: |
Jan Nieuwenhuizen |
Subject: |
163/210: Add new cheat: use %bootstrap-glibc for x86 for now. |
Date: |
Sat, 8 Sep 2018 10:36:26 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 6249a43a9c40021f4a3be9ac3e3fc151689e0d07
Author: Jan Nieuwenhuizen <address@hidden>
Date: Thu Aug 30 06:56:41 2018 +0200
Add new cheat: use %bootstrap-glibc for x86 for now.
Our bootstrapped glibc-2.2.5 is barely enough to build gnu-make-boot0, but
that needs patching.
To build diffutils-boot0 proved even more complicated (no success yet).
To build a second glibc-mesboot-2.3.6 (or other versions) is a work in
progess, also proves difficult.
* gnu/packages/commencement.scm (%bootstrap-inputs+toolchain): Add new
cheat:
use %bootstrap-glibc.
---
gnu/packages/commencement.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index bdbe37c..6cdd2c5 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1639,7 +1639,8 @@ ac_cv_c_float_format='IEEE (little-endian)'
(define %bootstrap-inputs+toolchain
(append (match (%current-system)
- ("i686-linux" `(("libc" ,glibc-mesboot)
+ ("i686-linux" `(;;("libc" ,glibc-mesboot) ; FIXME: make usable for
unpatched gnu-make-boot0, *-boot0
+ ("libc" ,%bootstrap-glibc)
("binutils" ,binutils-mesboot)
("gcc" ,gcc-mesboot)))
(_ '()))
- 145/210: bootstrap: Integrate mes bootstrap for i686-linux., (continued)
- 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
- 155/210: Revert "gnu: Add %diffutils-static, %diffutils-static-stripped, %diffutils-bootstrap-tarball.", Jan Nieuwenhuizen, 2018/09/08
- 156/210: Revert "gnu: Add %bootstrap-make.", Jan Nieuwenhuizen, 2018/09/08
- 150/210: gnu: Add make-mesboot 3.79., Jan Nieuwenhuizen, 2018/09/08
- 193/210: gnu: glibc-mesboot: Oops, install everything., Jan Nieuwenhuizen, 2018/09/08
- 171/210: %bootstrap-linux-libre-headers: Update, Jan Nieuwenhuizen, 2018/09/08
- 174/210: gnu: glibc-mesboot: Update to 2.16.0., Jan Nieuwenhuizen, 2018/09/08
- 168/210: gnu: gcc-mesboot-wrapper: Wrap g++ too., Jan Nieuwenhuizen, 2018/09/08
- 163/210: Add new cheat: use %bootstrap-glibc for x86 for now.,
Jan Nieuwenhuizen <=
- 158/210: gnu: Add make-mesboot0 3.80, Jan Nieuwenhuizen, 2018/09/08
- 153/210: bootstrap: Remove dependency on %bootstrap-make, %bootstrap-diffutils., Jan Nieuwenhuizen, 2018/09/08
- 152/210: gnu: make-mesboot: Update to 3.80., Jan Nieuwenhuizen, 2018/09/08
- 149/210: gnu: tcc-boot: Update for mes 0.17.1., Jan Nieuwenhuizen, 2018/09/08
- 144/210: gnu: bootstrap-tarballs: Update inputs for i686-linux., Jan Nieuwenhuizen, 2018/09/08
- 136/210: gnu: tcc-boot0: Use gnu-build-system., Jan Nieuwenhuizen, 2018/09/08
- 133/210: bootstrap: Move mes seeds to bootstrap.scm, Jan Nieuwenhuizen, 2018/09/08
- 159/210: gcc-mesboot: use package-full-name "-" :-), Jan Nieuwenhuizen, 2018/09/08
- 157/210: Revert "gnu: Add %make-static, %make-static-stripped, %make-bootstrap-tarball.", Jan Nieuwenhuizen, 2018/09/08
- 147/210: gnu: %tinycc-seed: Update for mes 0.17.1., Jan Nieuwenhuizen, 2018/09/08