guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 04/21: gnu: %boot3-inputs: Add missing input.
Date: Tue, 17 Aug 2021 03:42:58 -0400 (EDT)

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

commit 6e9d701fe2111c5c9dd74e1238f9a737a58b9c8d
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 69cf304..e233917 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3579,6 +3579,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]