[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/35: bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1.
From: |
guix-commits |
Subject: |
12/35: bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1. |
Date: |
Wed, 20 Nov 2019 15:16:06 -0500 (EST) |
janneke pushed a commit to branch wip-boot
in repository guix.
commit 526453192a0b1ea6748f27cef82b35cf21b8796e
Author: Jan Nieuwenhuizen <address@hidden>
Date: Mon Sep 16 19:50:25 2019 +0200
bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1.
* gnu/packages/make-bootstrap.scm (%mescc-tools-static): Update for 0.6.1.
---
gnu/packages/make-bootstrap.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index d51c4f4..217707e 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -627,9 +627,11 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
(name "mescc-tools-static")
(arguments
`(#:system "i686-linux"
- ,@(substitute-keyword-arguments (package-arguments mescc-tools)
- ((#:make-flags flags)
- `(cons "CC=gcc -static" ,flags)))))))
+ #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
+ "CC=gcc -static")
+ #:test-target "test"
+ #:phases (modify-phases %standard-phases
+ (delete 'configure))))))
;; ... next remove store references.
(define %mescc-tools-static-stripped
- 24/35: bootstrap: make-mesboot0: Scheme-only bootstrap., (continued)
- 24/35: bootstrap: make-mesboot0: Scheme-only bootstrap., guix-commits, 2019/11/20
- 27/35: bootstrap: tcc-boot: Scheme-only bootstrap., guix-commits, 2019/11/20
- 29/35: bootstrap: Add patch-mesboot0., guix-commits, 2019/11/20
- 31/35: bootstrap: binutils-mesboot0: Scheme-only bootstrap., guix-commits, 2019/11/20
- 28/35: bootstrap: diffuils-mesboot: Scheme-only bootstrap., guix-commits, 2019/11/20
- 25/35: bootstrap: Add bzip2-mesboot0., guix-commits, 2019/11/20
- 33/35: bootstrap: Add gawk-mesboot0., guix-commits, 2019/11/20
- 35/35: bootstrap: glibc-mesboot0: Scheme-only bootstrap., guix-commits, 2019/11/20
- 34/35: bootstrap: Add bash-mesboot1., guix-commits, 2019/11/20
- 32/35: bootstrap: gcc-core-mesboot0: Scheme-only bootstrap., guix-commits, 2019/11/20
- 12/35: bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1.,
guix-commits <=
- 26/35: bootstrap: Add bash-mesboot0., guix-commits, 2019/11/20