diff options
author | Andrew Waterman <waterman@cs.berkeley.edu> | 2013-02-12 22:59:56 -0800 |
---|---|---|
committer | Andrew Waterman <waterman@cs.berkeley.edu> | 2013-02-12 22:59:56 -0800 |
commit | 55cc5d40ec16ea0639046ff1487636ba618d0e09 (patch) | |
tree | 14676665e6b850191b444ab86123d6e709746fcf /configure | |
parent | d58ee30d172f6848edb1b3b225cc90c2143dc750 (diff) | |
download | spike-55cc5d40ec16ea0639046ff1487636ba618d0e09.zip spike-55cc5d40ec16ea0639046ff1487636ba618d0e09.tar.gz spike-55cc5d40ec16ea0639046ff1487636ba618d0e09.tar.bz2 |
migrate to c++11
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" #------------------------------------------------------------------------- |