[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
139/176: gnu: Add %bootstrap-make.
From: |
Jan Nieuwenhuizen |
Subject: |
139/176: gnu: Add %bootstrap-make. |
Date: |
Fri, 31 Aug 2018 11:20:29 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit cc60acb3fe76e0cff5a75617b6e88abdcee18b8f
Author: Jan Nieuwenhuizen <address@hidden>
Date: Thu Aug 23 21:58:41 2018 +0200
gnu: Add %bootstrap-make.
* gnu/packages/bootstrap.scm (%bootstrap-make): New variable.
---
gnu/packages/bootstrap.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 70d6f13..54bcd10 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -43,6 +43,7 @@
%bootstrap-guile
%bootstrap-coreutils&co
+ %bootstrap-make
%bootstrap-binutils
%bootstrap-gcc
%bootstrap-glibc
@@ -395,6 +396,23 @@ $out/bin/guile --version~%"
(("^exec grep") (string-append (getcwd)
"/bin/grep"))))
(chmod "bin" #o555))))
+(define-public %bootstrap-make
+ (package-from-tarball
+ "make-bootstrap"
+ (lambda (system)
+ (origin
+ (method url-fetch)
+ (uri (match system
+ ((or "i686-linux"
+ "x86_64-linux")
+
"http://lilypond.org/janneke/mes/make-static-stripped-4.2.1-i686-linux.tar.xz")
+ (_ (error "make-bootstrap: system not supported"))))
+ (sha256
+ (base32
+ "0gb49ypzrw95cnhk8g5dzy8jql3k7axsgs87zbb5x8yxx7ckskar"))))
+ "make" ; the program to test
+ "Bootstrap binary GNU Make"))
+
(define %bootstrap-binutils
(package-from-tarball "binutils-bootstrap"
(lambda (system)
- 159/176: gcc-mesboot: use package-full-name "-" :-), (continued)
- 159/176: gcc-mesboot: use package-full-name "-" :-), Jan Nieuwenhuizen, 2018/08/31
- 162/176: gnu: Add glibc-mesboot 2.3.6. WIP, Jan Nieuwenhuizen, 2018/08/31
- 68/176: Revert "gnu: binutils-boot: Update to 2.25.", Jan Nieuwenhuizen, 2018/08/31
- 65/176: gnu: binutils-boot: Update to 2.25., Jan Nieuwenhuizen, 2018/08/31
- 116/176: gnu: gcc-mesboot0: Package with bootstrap-guile., Jan Nieuwenhuizen, 2018/08/31
- 127/176: gnu: binutils-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/08/31
- 142/176: gnu: Add %linux-libre-headers-stripped, %linux-libre-headers-bootstrap-tarball., Jan Nieuwenhuizen, 2018/08/31
- 135/176: gnu: mes-boot: Use gnu-build-system., Jan Nieuwenhuizen, 2018/08/31
- 86/176: gnu: mes-boot: Update for fopen: Return 0 upon failure., Jan Nieuwenhuizen, 2018/08/31
- 130/176: gnu: %tinycc-seed: Update for mes 0.17., Jan Nieuwenhuizen, 2018/08/31
- 139/176: gnu: Add %bootstrap-make.,
Jan Nieuwenhuizen <=
- 171/176: gnu: gcc-mesboot: Enable c++ too., Jan Nieuwenhuizen, 2018/08/31
- 175/176: gnu: gcc-boot0: Export (for testing)., Jan Nieuwenhuizen, 2018/08/31
- 176/176: gnu: gcc-final: Export (for testing)., Jan Nieuwenhuizen, 2018/08/31
- 174/176: bootstrap: Evaluate %bootstrap-inputs+toolchain at build time., Jan Nieuwenhuizen, 2018/08/31
- 145/176: bootstrap: Integrate mes bootstrap for i686-linux., Jan Nieuwenhuizen, 2018/08/31
- 78/176: gnu: Add glibc-boot 2.0.1., Jan Nieuwenhuizen, 2018/08/31