janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 451fa0c605c1f12c119b90e5f1eec615259f3a07
Author: Jan Nieuwenhuizen <[email protected]>
Date: Fri Aug 31 14:48:08 2018 +0200
gnu: binutils-boot0: Export (for testing).
* gnu/packages/commencement.scm (binutils-boot0): Export (for testing).
---
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 a434264..0f8e4e9 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1788,7 +1788,7 @@ exec " gcc "/bin/gcc"
;; of being independent of the libc and tools in %BOOTSTRAP-INPUTS, since
;; GCC-BOOT0 (below) is built without any reference to the target libc.
-(define binutils-boot0
+(define-public binutils-boot0
(package-with-bootstrap-guile
(package (inherit binutils)
(name "binutils-cross-boot0")