guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 04/18: gnu: %boot3-inputs: Add missing input.
Date: Mon, 9 Aug 2021 13:32:59 -0400 (EDT)

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

commit bc4ec92ae3f38f3af0ebb8b5a7581e40f6db93a1
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 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 403b064..7d51dfe 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3586,6 +3586,9 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"$@\"~%"
 (define (%boot3-inputs)
   ;; 4th stage inputs.
   `(("gcc" ,gcc-final)
+    ,@(if (target-riscv?)
+        `("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]