projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 2:
4cfb387
)
Merge branch 'master' of http://wagnertech.de/git/projects
author
gnublin
<michael@wagnertech.de>
Wed, 27 Jul 2016 10:22:52 +0000
(12:22 +0200)
committer
gnublin
<michael@wagnertech.de>
Wed, 27 Jul 2016 10:22:52 +0000
(12:22 +0200)
tools/make/c_configure.sh
patch
|
blob
|
history
diff --git
a/tools/make/c_configure.sh
b/tools/make/c_configure.sh
index
8882c07
..
98d6191
100755
(executable)
--- 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