~ruther/guix-local

97b465feb1e4742a8a85fd9b835d32b7acfe8b41 — Ludovic Courtès 11 years ago 37550e6
gnu: make-bootstrap: Build libstdc++ in '%gcc-static'.

* gnu/packages/make-bootstrap.scm (%gcc-static): Re-enable C++.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/make-bootstrap.scm
M gnu/packages/make-bootstrap.scm => gnu/packages/make-bootstrap.scm +3 -1
@@ 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"