diff --git a/scripts/005-gcc-stage2.sh b/scripts/005-gcc-stage2.sh index 7e9e4dc..ba5aa4b 100755 --- a/scripts/005-gcc-stage2.sh +++ b/scripts/005-gcc-stage2.sh @@ -70,7 +70,7 @@ cd build-$TARGET-stage2 --enable-threads=posix \ --disable-tls \ --disable-nls \ - --enable-cxx-flags="-std=c++11" \ + --enable-cxx-flags="-fno-enforce-eh-specs" \ $TARG_XTRA_OPTS ## Compile and install.