guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

176/176: gnu: gcc-final: Export (for testing).


From: Jan Nieuwenhuizen
Subject: 176/176: gnu: gcc-final: Export (for testing).
Date: Fri, 31 Aug 2018 11:20:36 -0400 (EDT)

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

commit 9350f743741f0081a0585ef0ee021bd3b3394888
Author: Jan Nieuwenhuizen <address@hidden>
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 \"address@hidden"~%"
                    #: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

[Prev in Thread] Current Thread [Next in Thread]