diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-28 08:21:33 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-28 08:21:33 +0200 |
commit | 491e295147f15f91d2a2067f5de1532b47c2ee32 (patch) | |
tree | a06cc4c28353ec6bc3d3a00066327a1297655f90 | |
parent | 27f396b639f80cf83889b30356fbf21d579f3ecc (diff) |
GCC: --enable-build-with-cxx.
-rwxr-xr-x | cross-gnu | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" \ |