summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elements/gnu-toolchain/stage1-gcc.bst2
1 files changed, 1 insertions, 1 deletions
diff --git a/elements/gnu-toolchain/stage1-gcc.bst b/elements/gnu-toolchain/stage1-gcc.bst
index 4d201e33..430a5d37 100644
--- a/elements/gnu-toolchain/stage1-gcc.bst
+++ b/elements/gnu-toolchain/stage1-gcc.bst
@@ -51,7 +51,7 @@ config:
armv7*) ARCH_FLAGS="--with-arch=armv7-a" ;;
esac
- cd o && ../configure \
+ cd o && CXX="g++ -std=gnu++98" ../configure \
$ARCH_FLAGS \
--build=$(sh ../config.guess) \
--host=$(sh ../config.guess) \