aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2013-02-12 22:59:56 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2013-02-12 22:59:56 -0800
commit55cc5d40ec16ea0639046ff1487636ba618d0e09 (patch)
tree14676665e6b850191b444ab86123d6e709746fcf /configure
parentd58ee30d172f6848edb1b3b225cc90c2143dc750 (diff)
downloadspike-55cc5d40ec16ea0639046ff1487636ba618d0e09.zip
spike-55cc5d40ec16ea0639046ff1487636ba618d0e09.tar.gz
spike-55cc5d40ec16ea0639046ff1487636ba618d0e09.tar.bz2
migrate to c++11
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ceffbf7..da2d49c 100755
--- a/configure
+++ b/configure
@@ -4008,7 +4008,7 @@ fi
CFLAGS="-Wall -O2 -Wno-unused"
-CXXFLAGS="-Wall -O2 -Wno-pmf-conversions"
+CXXFLAGS="-Wall -O2 -std=c++0x -Wno-pmf-conversions"
#-------------------------------------------------------------------------