guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 04/06: gnu: %boot3-inputs: Add missing input.
Date: Fri, 30 Jul 2021 03:32:00 -0400 (EDT)

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

commit 040f00cf0aa0fe3b8dc50c4605112e7146a7c1ca
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]