[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
144/210: gnu: bootstrap-tarballs: Update inputs for i686-linux.
From: |
Jan Nieuwenhuizen |
Subject: |
144/210: gnu: bootstrap-tarballs: Update inputs for i686-linux. |
Date: |
Sat, 8 Sep 2018 10:36:23 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit f6c7dd442c6a5f7c6883c2d1700702492d414fd7
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Aug 25 09:30:44 2018 +0200
gnu: bootstrap-tarballs: Update inputs for i686-linux.
* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs): Update inputs for
i686-linux.
* gnu/packages/bootstrap.scm (%bootstrap-inputs): Likewise.
---
gnu/packages/bootstrap.scm | 15 ++++++++++++---
gnu/packages/make-bootstrap.scm | 13 ++++++++++---
2 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index d6b9901..1786b8d 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -733,9 +733,18 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
(define %bootstrap-inputs
;; The initial, pre-built inputs. From now on, we can start building our
;; own packages.
- `(("libc" ,%bootstrap-glibc)
- ("gcc" ,%bootstrap-gcc)
- ("binutils" ,%bootstrap-binutils)
+ `(,@(match (%current-system)
+ ("i686-linux" `(("diffutils" ,%bootstrap-diffutils)
+ ("linux-libre-headers" ,%bootstrap-linux-libre-headers)
+ ("make" ,%bootstrap-make)
+ ("mescc-tools-seed" ,%mescc-tools-seed)
+ ("mes-seed" ,%mes-seed)
+ ("srfi-43" ,%srfi-43 )
+ ("tinycc-seed" ,%tinycc-seed)))
+
+ (_ `(("libc" ,%bootstrap-glibc)
+ ("gcc" ,%bootstrap-gcc)
+ ("binutils" ,%bootstrap-binutils))))
("coreutils&co" ,%bootstrap-coreutils&co)
;; In gnu-build-system.scm, we rely on the availability of Bash.
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index e78251a..804f226 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -827,9 +827,16 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
%build-inputs)
#t)))
(inputs `(("guile-tarball" ,%guile-bootstrap-tarball)
- ("gcc-tarball" ,%gcc-bootstrap-tarball)
- ("binutils-tarball" ,%binutils-bootstrap-tarball)
- ("glibc-tarball" ,(%glibc-bootstrap-tarball))
+ ,@(match (%current-system)
+ ("i686-linux" `(("diffutils-tarball"
,%diffutils-bootstrap-tarball)
+ ("make-tarball" ,%make-bootstrap-tarball)
+ ("mescc-tools-seed" ,(@ (gnu packages
bootstrap) %mescc-tools-seed))
+ ("mes-seed" ,(@ (gnu packages bootstrap)
%mes-seed))
+ ("srfi-43" ,(@ (gnu packages bootstrap)
%srfi-43))
+ ("tinycc-seed" ,(@ (gnu packages bootstrap)
%tinycc-seed))))
+ (_ `(("gcc-tarball" ,%gcc-bootstrap-tarball)
+ ("binutils-tarball" ,%binutils-bootstrap-tarball)
+ ("glibc-tarball" ,(%glibc-bootstrap-tarball)))))
("coreutils&co-tarball" ,%bootstrap-binaries-tarball)))
(synopsis "Tarballs containing all the bootstrap binaries")
(description synopsis)
- 150/210: gnu: Add make-mesboot 3.79., (continued)
- 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, 2018/09/08
- 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 <=
- 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
- 143/210: gnu: Add %bootstrap-linux-libre-headers., Jan Nieuwenhuizen, 2018/09/08
- 138/210: gnu: Add %make-static, %make-static-stripped, %make-bootstrap-tarball., Jan Nieuwenhuizen, 2018/09/08
- 68/210: Revert "gnu: binutils-boot: Update to 2.25.", Jan Nieuwenhuizen, 2018/09/08
- 107/210: gnu: Add gcc-mesboot 4.1.0., Jan Nieuwenhuizen, 2018/09/08
- 105/210: gnu: binutils-mesboot: Rename from binutils-boot., Jan Nieuwenhuizen, 2018/09/08