gnu: gcc-boot0: Don't include debug output.

* gnu/packages/commencement.scm (gcc-boot0)[outputs]: Remove debug
from inherited outputs.
This commit is contained in:
Efraim Flashner 2021-03-09 15:47:56 +02:00
parent 870cca7260
commit 282a159a4b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -2707,6 +2707,7 @@ exec " gcc "/bin/" program
(package
(inherit gcc)
(name "gcc-cross-boot0")
(outputs (delete "debug" (package-outputs gcc)))
(source (bootstrap-origin (package-source gcc)))
(arguments
`(#:guile ,%bootstrap-guile