[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/64: gnu: commencement: Add binutils-mesboot1.
From: |
guix-commits |
Subject: |
25/64: gnu: commencement: Add binutils-mesboot1. |
Date: |
Tue, 18 Feb 2020 01:18:06 -0500 (EST) |
janneke pushed a commit to branch core-updates
in repository guix.
commit e7c7326873b9d4f9c45d77cf4ad2ec370d4f00da
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Fri Nov 22 20:37:30 2019 +0100
gnu: commencement: Add binutils-mesboot1.
* gnu/packages/commencement.scm (binutils-mesboot1): New variable.
---
gnu/packages/commencement.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 4633051..eb43356 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1731,6 +1731,32 @@ ac_cv_c_float_format='IEEE (little-endian)'
(symlink "grep" (string-append bin "/fgrep"))
#t))))))))
+(define binutils-mesboot1
+ (package
+ (inherit binutils-mesboot0)
+ (name "binutils-mesboot1")
+ (native-inputs (%boot-mesboot0-inputs))
+ (arguments
+ (substitute-keyword-arguments (package-arguments binutils-mesboot0)
+ ((#:configure-flags configure-flags)
+ '(let ((out (assoc-ref %outputs "out")))
+ `("--disable-nls"
+ "--disable-shared"
+ "--disable-werror"
+ "--build=i686-unknown-linux-gnu"
+ "--host=i686-unknown-linux-gnu"
+ "--with-sysroot=/"
+ ,(string-append "--prefix=" out))))
+ ((#:phases phases)
+ `(modify-phases ,phases
+ (replace 'setenv
+ (lambda _
+ (let* ((out (assoc-ref %outputs "out"))
+ (bash (assoc-ref %build-inputs "bash"))
+ (shell (string-append bash "/bin/bash")))
+ (setenv "CONFIG_SHELL" shell)
+ #t)))))))))
+
(define binutils-mesboot
(package
(inherit binutils-mesboot0)
- 22/64: gnu: commencement: gcc-mesboot0: Use Gash instead of coretutils&co., (continued)
- 22/64: gnu: commencement: gcc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 17/64: gnu: commencement: binutils-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 19/64: gnu: commencement: Add gawk-mesboot0., guix-commits, 2020/02/18
- 23/64: gnu: commencement: Add tar-mesboot., guix-commits, 2020/02/18
- 16/64: gnu: commencement: Add sed-mesboot0., guix-commits, 2020/02/18
- 20/64: gnu: commencement: mesboot-headers: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 18/64: gnu: commencement: gcc-core-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 21/64: gnu: commencement: glibc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 28/64: gnu: commencement: Add gawk-mesboot., guix-commits, 2020/02/18
- 24/64: gnu: commencement: Add grep-mesboot., guix-commits, 2020/02/18
- 25/64: gnu: commencement: Add binutils-mesboot1.,
guix-commits <=
- 27/64: gnu: commencement: Add make-mesboot., guix-commits, 2020/02/18
- 31/64: gnu: commencement: Add bash-mesboot., guix-commits, 2020/02/18
- 32/64: gnu: commencement: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 30/64: gnu: commencement: Add gcc-core-mesboot1., guix-commits, 2020/02/18
- 35/64: gnu: commencement: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 26/64: gnu: commencement: Add coreutils-mesboot0., guix-commits, 2020/02/18
- 29/64: gnu: commencement: Add sed-mesboot., guix-commits, 2020/02/18
- 33/64: gnu: commencement: Add xz-mesboot., guix-commits, 2020/02/18
- 34/64: gnu: commencement: Add hello-mesboot., guix-commits, 2020/02/18
- 38/64: gnu: commencement: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co., guix-commits, 2020/02/18