From a02380234dcd4b421dca4f2021cc094bd4c95d3d Mon Sep 17 00:00:00 2001 From: gnublin Date: Wed, 27 Jul 2016 12:21:16 +0200 Subject: [PATCH] gnublin --- tools/make/c_configure.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/make/c_configure.sh b/tools/make/c_configure.sh index 8882c07..98d6191 100755 --- a/tools/make/c_configure.sh +++ b/tools/make/c_configure.sh @@ -30,6 +30,8 @@ function install_cpp_make { echo "CC = arm-linux-gnueabi-g++" >> make.pre echo "CXXFLAGS += -D_ARMEL" >> make.pre echo 'export PATH := /opt/eldk-5.0/armv5te/sysroots/i686-oesdk-linux/usr/bin/armv5te-linux-gnueabi/:/opt/eldk-5.0/armv5te/sysroots/i686-oesdk-linux/bin/armv5te-linux-gnueabi/:$(PATH)' >> make.pre + else + echo "CXXFLAGS += -std=c++0x" >> make.pre fi echo "CXXFLAGS += -I$src/util" >> make.pre popd -- 2.20.1