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:
Efraim Flashner 2022-03-16 12:17:09 +02:00
parent 030900747b
commit 53d986215f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))))