gnu: gcc-boot0: Don't include debug output.
* gnu/packages/commencement.scm (gcc-boot0)[outputs]: Remove debug from inherited outputs.master
parent
870cca7260
commit
282a159a4b
|
@ -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
|
||||
|
|
Reference in New Issue