[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
165/192: Revert "gnu: make-boot0: Set LOADLIBES for i686-linux."
From: |
Jan Nieuwenhuizen |
Subject: |
165/192: Revert "gnu: make-boot0: Set LOADLIBES for i686-linux." |
Date: |
Mon, 3 Sep 2018 16:25:20 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 12d57058dcbc7f3e2c4d9debbd42ee29ab7e3a2b
Author: Jan Nieuwenhuizen <address@hidden>
Date: Fri Aug 31 14:19:46 2018 +0200
Revert "gnu: make-boot0: Set LOADLIBES for i686-linux."
This reverts commit 8e1977169c1bdb1236c147c93bdfe2ac77c91bd5.
---
gnu/packages/commencement.scm | 28 ++++++++++------------------
1 file changed, 10 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 20d6639..0d44ee1 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1705,24 +1705,16 @@ exec " gcc "/bin/gcc"
,@(substitute-keyword-arguments (package-arguments gnu-make)
((#:phases phases)
`(modify-phases ,phases
- ,@(append
- (match (%current-system)
- ("i686-linux"
- '((add-before 'build 'configure-fixup
- (lambda _
- (substitute* "build.sh"
- (("^LOADLIBES=.*") "LOADLIBES='-ldl -lc
-lnss_files -lnss_dns -lresolv'\n"))))))
- (_ '()))
- '((replace 'build
- (lambda _
- (invoke "./build.sh")
- #t))
- (replace 'install
- (lambda* (#:key outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out"))
- (bin (string-append out "/bin")))
- (install-file "make" bin)
- #t))))))))))
+ (replace 'build
+ (lambda _
+ (invoke "./build.sh")
+ #t))
+ (replace 'install
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let* ((out (assoc-ref outputs "out"))
+ (bin (string-append out "/bin")))
+ (install-file "make" bin)
+ #t))))))))
(native-inputs '()) ; no need for 'pkg-config'
(inputs %bootstrap-inputs+toolchain))))
- 144/192: gnu: bootstrap-tarballs: Update inputs for i686-linux., (continued)
- 144/192: gnu: bootstrap-tarballs: Update inputs for i686-linux., Jan Nieuwenhuizen, 2018/09/03
- 159/192: gcc-mesboot: use package-full-name "-" :-), Jan Nieuwenhuizen, 2018/09/03
- 170/192: gnu: make-mesboot: Update to 3.82., Jan Nieuwenhuizen, 2018/09/03
- 166/192: gnu: file-boot0: Do not strip binaries or validate-runpath., Jan Nieuwenhuizen, 2018/09/03
- 169/192: bootstrap: Evaluate %bootstrap-inputs+toolchain at build time., Jan Nieuwenhuizen, 2018/09/03
- 181/192: gnu: diffutils-mesboot: Cleanup., Jan Nieuwenhuizen, 2018/09/03
- 140/192: gnu: Add %diffutils-static, %diffutils-static-stripped, %diffutils-bootstrap-tarball., Jan Nieuwenhuizen, 2018/09/03
- 149/192: gnu: tcc-boot: Update for mes 0.17.1., Jan Nieuwenhuizen, 2018/09/03
- 143/192: gnu: Add %bootstrap-linux-libre-headers., Jan Nieuwenhuizen, 2018/09/03
- 155/192: Revert "gnu: Add %diffutils-static, %diffutils-static-stripped, %diffutils-bootstrap-tarball.", Jan Nieuwenhuizen, 2018/09/03
- 165/192: Revert "gnu: make-boot0: Set LOADLIBES for i686-linux.",
Jan Nieuwenhuizen <=
- 168/192: gnu: gcc-mesboot-wrapper: Wrap g++ too., Jan Nieuwenhuizen, 2018/09/03
- 172/192: copy-linux-headers: Update for glibc-2.16.0., Jan Nieuwenhuizen, 2018/09/03
- 171/192: %bootstrap-linux-libre-headers: Update, Jan Nieuwenhuizen, 2018/09/03
- 178/192: gnu: tcc-boot0: Cleanup., Jan Nieuwenhuizen, 2018/09/03
- 120/192: gnu: mes-boot: Update to 0.16.1; revise dependencies., Jan Nieuwenhuizen, 2018/09/03
- 118/192: gnu: mescc-tools-boot: Revise dependencies., Jan Nieuwenhuizen, 2018/09/03
- 121/192: gnu: tcc-boot0: Revise dependencies., Jan Nieuwenhuizen, 2018/09/03
- 139/192: gnu: Add %bootstrap-make., Jan Nieuwenhuizen, 2018/09/03
- 133/192: bootstrap: Move mes seeds to bootstrap.scm, Jan Nieuwenhuizen, 2018/09/03
- 132/192: gnu: tcc-boot0: Update for mes 0.17., Jan Nieuwenhuizen, 2018/09/03