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

commit 9350f743741f0081a0585ef0ee021bd3b3394888
Author: Jan Nieuwenhuizen <jann...@gnu.org>
Date:   Fri Aug 31 16:18:46 2018 +0200

    gnu: gcc-final: Export (for testing).
    
    * gnu/packages/commencement.scm (gcc-final): Export (for testing).
---
 gnu/packages/commencement.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 2c8533e..50c6b20 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2398,10 +2398,10 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker 
-Wl,~a/~a \"$@\"~%"
                    #:guile %bootstrap-guile
                    #:bash (car (assoc-ref %boot2-inputs "bash"))))
 
-(define gcc-final
+(define-public gcc-final
   ;; The final GCC.
   (package (inherit gcc-boot0)
-    (name "gcc")
+    (name "gcc-final")
 
     ;; XXX: Currently #:allowed-references applies to all the outputs but the
     ;; "debug" output contains disallowed references, notably

Reply via email to