mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 06:53:44 +00:00
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:
@@ -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
Block a user