gnu: make-bootstrap: Build libstdc++ in '%gcc-static'.

* gnu/packages/make-bootstrap.scm (%gcc-static): Re-enable C++.
This commit is contained in:
Ludovic Courtès 2014-06-13 17:57:41 +02:00
parent 37550e67b9
commit 97b465feb1
1 changed files with 3 additions and 1 deletions

View File

@ -412,9 +412,11 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
;; Make sure '-static' is passed where it matters.
"--with-stage1-ldflags=-static"
;; GCC 4.8+ requires a C++ compiler and library.
"--enable-languages=c,c++"
"--disable-shared"
"--disable-plugin"
"--enable-languages=c"
"--disable-libmudflap"
"--disable-libatomic"
"--disable-libsanitizer"