gnu: glibc-intermediate: Don't include native-gcc in inputs.
As the comment explains, this is only necessary when building with --enable-obsolete-rpc, which we aren't using anymore. * gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)[inputs]: Remove native-gcc.
This commit is contained in:
parent
7cde865f12
commit
9a74a7db86
@ -3303,9 +3303,6 @@ memoized as a function of '%current-system'."
|
||||
`(("mig" ,mig-boot0))
|
||||
'())
|
||||
|
||||
;; A native GCC is needed to build `cross-rpcgen'.
|
||||
("native-gcc" ,@(assoc-ref (%boot0-inputs) "gcc"))
|
||||
|
||||
;; Here, we use the bootstrap Bash, which is not satisfactory
|
||||
;; because we don't want to depend on bootstrap tools.
|
||||
("static-bash" ,@(assoc-ref (%boot0-inputs) "bash"))))))
|
||||
|
Loading…
Reference in New Issue
Block a user