me
/
guix
Archived
1
0
Fork 0

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.
master
Jakub Kądziołka 2020-07-20 18:19:24 +02:00
parent 7cde865f12
commit 9a74a7db86
No known key found for this signature in database
GPG Key ID: E315A75846131564
1 changed files with 0 additions and 3 deletions

View File

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