mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
Revert "gnu: %boot3-inputs: Add missing input."
This reverts commit ed2ca2dcb5
.
This is no longer needed after the gcc STARTFILE_PREFIX_SPEC commit.
This commit is contained in:
parent
030900747b
commit
53d986215f
1 changed files with 0 additions and 3 deletions
|
@ -3579,9 +3579,6 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
|
||||||
(define (%boot3-inputs)
|
(define (%boot3-inputs)
|
||||||
;; 4th stage inputs.
|
;; 4th stage inputs.
|
||||||
`(("gcc" ,gcc-final)
|
`(("gcc" ,gcc-final)
|
||||||
,@(if (target-riscv64?)
|
|
||||||
`(("gcc:lib" ,gcc-final "lib"))
|
|
||||||
'())
|
|
||||||
("ld-wrapper" ,ld-wrapper-boot3)
|
("ld-wrapper" ,ld-wrapper-boot3)
|
||||||
,@(alist-delete "gcc" (%boot2-inputs))))
|
,@(alist-delete "gcc" (%boot2-inputs))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue