summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-10-01 22:09:55 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-10-01 22:09:55 +0000
commit2005cbfaa34bcb9b777c858b981e28206aadd134 (patch)
tree4dbd112ae42286d209bf534b7cdd4c2202771142 /lib/make
parentef4b3746b656171872d8becdc9e2b634b49af4bc (diff)
Remove default option -std=gnu++0x for the Darwin gcc C++ compiler,
since the default compiler on some Darwin systems doesn't understand it git-svn-id: http://svn.cactuscode.org/flesh/trunk@4640 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-rw-r--r--lib/make/known-architectures/darwin4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/make/known-architectures/darwin b/lib/make/known-architectures/darwin
index 5821ab39..12684027 100644
--- a/lib/make/known-architectures/darwin
+++ b/lib/make/known-architectures/darwin
@@ -172,7 +172,9 @@ else
CXX_VERSION="`$CXX --version 2>&1 | head -n 1`"
# : ${CXXFLAGS="-no-cpp-precomp -mlongcall"}
# : ${CXXFLAGS="-mlongcall"}
- : ${CXXFLAGS= -std=gnu++0x}
+ # The setting below would be desirable, but isn't available on
+ # Darwin with the default compiler
+ # : ${CXXFLAGS=-std=gnu++0x}
;;
intel)
CXX_VERSION="`$CXX --version 2>&1 | head -n 1`"