[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37924] [PATCH 2/2] ci: Add 'make-gcc-toolchain' packages
From: |
Carl Dong |
Subject: |
[bug#37924] [PATCH 2/2] ci: Add 'make-gcc-toolchain' packages |
Date: |
Fri, 25 Oct 2019 16:21:40 +0000 |
* gnu/ci.scm (%core-packages): Add 'glibc-2.28', a toolchain with
default 'gcc', and a toolchain targeting 'glibc-2.28'.
---
gnu/ci.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/ci.scm b/gnu/ci.scm
index 5d5a826647..74df3c34ab 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -110,9 +110,11 @@ SYSTEM."
;; Note: Don't put the '-final' package variants because (1) that's
;; implicit, and (2) they cannot be cross-built (due to the explicit input
;; chain.)
- (list gcc-4.8 gcc-4.9 gcc-5 glibc binutils
+ (list gcc-4.8 gcc-4.9 gcc-5 glibc glibc-2.28 binutils
gmp mpfr mpc coreutils findutils diffutils patch sed grep
gawk gnu-gettext hello guile-2.0 guile-2.2 zlib gzip xz
+ (make-gcc-toolchain gcc)
+ (make-gcc-toolchain gcc glibc-2.28)
%bootstrap-binaries-tarball
%binutils-bootstrap-tarball
(%glibc-bootstrap-tarball)
--
2.23.0