summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-07-28 08:21:33 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-07-28 08:21:33 +0200
commit491e295147f15f91d2a2067f5de1532b47c2ee32 (patch)
treea06cc4c28353ec6bc3d3a00066327a1297655f90
parent27f396b639f80cf83889b30356fbf21d579f3ecc (diff)
GCC: --enable-build-with-cxx.
-rwxr-xr-xcross-gnu2
1 files changed, 2 insertions, 0 deletions
diff --git a/cross-gnu b/cross-gnu
index 630beffb6..7da180b0e 100755
--- a/cross-gnu
+++ b/cross-gnu
@@ -94,6 +94,7 @@ if "$TARGET"-gcc --version > /dev/null 2>&1; then :; else
# deactivated, as there is no fenv.h yet (glibc), and there is no autoconf
# test for its presence.
"$GCC_SRC"/configure \
+ --enable-build-with-cxx \
--target="$TARGET" \
--prefix="$ROOT" \
--with-sysroot="$SYS_ROOT" \
@@ -303,6 +304,7 @@ if ./config.status --version > /dev/null 2>&1; then :; else
# enabling threading support for `$TARGET', thus ``--enable-threads=posix''
# is given.
"$GCC_SRC"/configure \
+ --enable-build-with-cxx \
--target="$TARGET" \
--prefix="$ROOT" \
--with-sysroot="$SYS_ROOT" \