mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05: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 @@ (define gcc-final
|
|||
(define (%boot3-inputs)
|
||||
;; 4th stage inputs.
|
||||
`(("gcc" ,gcc-final)
|
||||
,@(if (target-riscv64?)
|
||||
`(("gcc:lib" ,gcc-final "lib"))
|
||||
'())
|
||||
("ld-wrapper" ,ld-wrapper-boot3)
|
||||
,@(alist-delete "gcc" (%boot2-inputs))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue