[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: FIXME: allow reference to bootstrap-binaries in binutils-final
From: |
guix-commits |
Subject: |
04/14: FIXME: allow reference to bootstrap-binaries in binutils-final |
Date: |
Mon, 4 May 2020 12:06:34 -0400 (EDT) |
efraim pushed a commit to branch wip-ppc
in repository guix.
commit 2d230be0427077372b95839bfc6f19a2f11a83cb
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Apr 19 18:55:57 2020 +0300
FIXME: allow reference to bootstrap-binaries in binutils-final
---
gnu/packages/commencement.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index f74be83..f2cb067 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3490,7 +3490,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a
\"$@\"~%"
(arguments
`(#:guile ,%bootstrap-guile
#:implicit-inputs? #f
- #:allowed-references ("out" ,glibc-final)
+ ;#:allowed-references ("out" ,glibc-final)
,@(package-arguments binutils)))
(inputs (%boot2-inputs))))
- branch wip-ppc created (now a8b8fac), guix-commits, 2020/05/04
- 02/14: FIXME: Downgrade glibc to 2.30., guix-commits, 2020/05/04
- 03/14: WIP add powerpc support, guix-commits, 2020/05/04
- 01/14: gnu: libffi: Fix building on powerpc., guix-commits, 2020/05/04
- 10/14: gnu: mesa: Add support for powerpc-linux., guix-commits, 2020/05/04
- 04/14: FIXME: allow reference to bootstrap-binaries in binutils-final,
guix-commits <=
- 08/14: gnu: elfutils: Skip tests on powerpc., guix-commits, 2020/05/04
- 11/14: gnu: qemu-minimal: Add powerpc-linux to build targets., guix-commits, 2020/05/04
- 09/14: gnu: gd: Fix tests., guix-commits, 2020/05/04
- 12/14: gnu: Add qemu-self., guix-commits, 2020/05/04
- 05/14: gnu: datefudge: Only use glibc-2.31 workaround on supported platforms., guix-commits, 2020/05/04
- 06/14: gnu: valgrind: Fix build on powerpc., guix-commits, 2020/05/04
- 07/14: gnu: icu4c: Update to 67.1., guix-commits, 2020/05/04
- 14/14: gnu: Add mac-fdisk., guix-commits, 2020/05/04
- 13/14: gnu: Use qemu-self when available., guix-commits, 2020/05/04