me
/
guix
Archived
1
0
Fork 0

gnu: make-bootstrap: Build %gcc-static with --disable-lto.

* gnu/packages/make-bootstrap.scm (%gcc-static): Pass --disable-lto.
master
Ludovic Courtès 2014-06-14 15:34:56 +02:00
parent 97b465feb1
commit c4873bc4f5
1 changed files with 3 additions and 0 deletions

View File

@ -415,6 +415,9 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
;; GCC 4.8+ requires a C++ compiler and library.
"--enable-languages=c,c++"
;; Make sure gcc-nm doesn't require liblto_plugin.so.
"--disable-lto"
"--disable-shared"
"--disable-plugin"
"--disable-libmudflap"