guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: %boot3-inputs: Add missing input.


From: guix-commits
Subject: 04/14: gnu: %boot3-inputs: Add missing input.
Date: Fri, 6 Aug 2021 06:03:24 -0400 (EDT)

efraim pushed a commit to branch wip-riscv
in repository guix.

commit f240289ede219a82113b3bc4d29b4af6088b8bba
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 27 07:23:40 2021 +0000

    gnu: %boot3-inputs: Add missing input.
    
    * gnu/packages/commencement.scm (%boot3-inputs): Add gcc:lib.
---
 gnu/packages/commencement.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index b157c8a..e23004d 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3586,6 +3586,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"$@\"~%"
 (define (%boot3-inputs)
   ;; 4th stage inputs.
   `(("gcc" ,gcc-final)
+    ("gcc:lib" ,gcc-final "lib")
     ("ld-wrapper" ,ld-wrapper-boot3)
     ,@(alist-delete "gcc" (%boot2-inputs))))
 



reply via email to

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