janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 4a01e9a464f92eaa164a6c50b2767ae7bb8b6ac5
Author: Jan Nieuwenhuizen <jann...@gnu.org>
Date:   Fri Aug 31 15:26:48 2018 +0200

    gnu: libstdc++-boot0: Export (for testing).
    
    * gnu/packages/commencement.scm (libstdc++-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 6a53f10..fe8d357 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1825,7 +1825,7 @@ exec " gcc "/bin/" program
                     ,cf)))))
      (inputs %boot0-inputs))))
 
-(define libstdc++-boot0
+(define-public libstdc++-boot0
   ;; GCC's libcc1 is always built as a shared library (the top-level
   ;; 'Makefile.def' forcefully adds --enable-shared) and thus needs to refer
   ;; to libstdc++.so.  We cannot build libstdc++-5.3 because it relies on

Reply via email to