gnu: make-bootstrap: Build libstdc++ in '%gcc-static'.
* gnu/packages/make-bootstrap.scm (%gcc-static): Re-enable C++.
This commit is contained in:
parent
37550e67b9
commit
97b465feb1
|
@ -412,9 +412,11 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
||||||
;; Make sure '-static' is passed where it matters.
|
;; Make sure '-static' is passed where it matters.
|
||||||
"--with-stage1-ldflags=-static"
|
"--with-stage1-ldflags=-static"
|
||||||
|
|
||||||
|
;; GCC 4.8+ requires a C++ compiler and library.
|
||||||
|
"--enable-languages=c,c++"
|
||||||
|
|
||||||
"--disable-shared"
|
"--disable-shared"
|
||||||
"--disable-plugin"
|
"--disable-plugin"
|
||||||
"--enable-languages=c"
|
|
||||||
"--disable-libmudflap"
|
"--disable-libmudflap"
|
||||||
"--disable-libatomic"
|
"--disable-libatomic"
|
||||||
"--disable-libsanitizer"
|
"--disable-libsanitizer"
|
||||||
|
|
Loading…
Reference in New Issue