[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/70: bootstrap: Remove m4-mesboot.
From: |
guix-commits |
Subject: |
55/70: bootstrap: Remove m4-mesboot. |
Date: |
Sun, 15 Dec 2019 08:36:49 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 6e8c1021ed5cb9798b15b4116b3f825a56241dd5
Author: Jan Nieuwenhuizen <address@hidden>
Date: Wed Dec 11 01:07:46 2019 +0100
bootstrap: Remove m4-mesboot.
* gnu/packages/commencement.scm (m4-mesboot): Remove.
---
gnu/packages/commencement.scm | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index bf967f4..ca6f6ce 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2730,34 +2730,6 @@ exec " gcc "/bin/" program
,@(fold alist-delete (%boot-mesboot5-inputs)
'("coreutils" "kernel-headers"))))
-(define m4-mesboot
- (package
- (inherit m4)
- (name "m4-mesboot")
- (version "1.4")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnu/m4/m4-"
- version ".tar.gz"))
- (sha256
- (base32
- "1f9bxj176kf3pvs350w2dfs8jgwhminywri5pyn01b11yc4yhsjw"))))
- (supported-systems '("i686-linux" "x86_64-linux"))
- (native-inputs `(("mes" ,mes-boot)
- ("tcc" ,tcc-boot)))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'configure
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out")))
- (setenv "CONFIG_SHELL" (string-append
- (assoc-ref %build-inputs "bash")
- "/bin/sh"))
- (setenv "CC" "tcc -static")
- (setenv "CPP" "tcc -E")
- (invoke "./configure" (string-append "--prefix=" out))))))))))
-
(define (%bootstrap-inputs+toolchain)
;; The traditional bootstrap-inputs. For the i686-linux Reduced Binary Seed
;; the actual reduced set with bootstrapped toolchain.
- 57/70: bootstrap: Add gawk-boot0., (continued)
- 57/70: bootstrap: Add gawk-boot0., guix-commits, 2019/12/15
- 58/70: bootstrap: Add sed-boot0., guix-commits, 2019/12/15
- 29/70: bootstrap: binutils-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 56/70: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 34/70: bootstrap: gcc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 40/70: bootstrap: Add gawk-mesboot., guix-commits, 2019/12/15
- 43/70: bootstrap: Add bash-mesboot., guix-commits, 2019/12/15
- 49/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 53/70: bootstrap: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 42/70: bootstrap: Add gcc-core-mesboot1., guix-commits, 2019/12/15
- 55/70: bootstrap: Remove m4-mesboot.,
guix-commits <=
- 54/70: bootstrap: Add coreutils-mesboot., guix-commits, 2019/12/15
- 62/70: bootstrap: Add patch-boot0., guix-commits, 2019/12/15
- 70/70: bootstrap: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball., guix-commits, 2019/12/15
- 19/70: bootstrap: mes-boot: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 66/70: bootstrap: Add coreutils-boot0., guix-commits, 2019/12/15
- 63/70: bootstrap: Add bzip2-boot0., guix-commits, 2019/12/15
- 68/70: bootstrap: patch-boot0: Remove ed dependency., guix-commits, 2019/12/15
- 69/70: bootstrap: static-bash-for-bootstrap: Use static-bash., guix-commits, 2019/12/15
- 60/70: gnu: Add ed-1.4., guix-commits, 2019/12/15
- 67/70: bootstrap: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2019/12/15