From 2005cbfaa34bcb9b777c858b981e28206aadd134 Mon Sep 17 00:00:00 2001 From: eschnett Date: Fri, 1 Oct 2010 22:09:55 +0000 Subject: 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 --- lib/make/known-architectures/darwin | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/make') 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`" -- cgit v1.2.3