aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2013-08-11 19:10:51 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2013-08-11 19:10:51 -0700
commit04c2d491c4bbb424a59273d4ebee62ddfe3379f9 (patch)
treeadbbe9bc3d7694c289aa7d18cf4a425d106a1c4a /configure
parentb0af18ed449fb433ae5fce1cf8eb5e1e25ae9190 (diff)
downloadriscv-isa-sim-04c2d491c4bbb424a59273d4ebee62ddfe3379f9.zip
riscv-isa-sim-04c2d491c4bbb424a59273d4ebee62ddfe3379f9.tar.gz
riscv-isa-sim-04c2d491c4bbb424a59273d4ebee62ddfe3379f9.tar.bz2
Instructions are no longer member functions
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 32f29c2..9340bfb 100755
--- a/configure
+++ b/configure
@@ -4004,7 +4004,7 @@ fi
CFLAGS="-Wall -O2 -Wno-unused"
-CXXFLAGS="-Wall -O2 -std=c++0x -Wno-pmf-conversions"
+CXXFLAGS="-Wall -O2 -std=c++0x"
#-------------------------------------------------------------------------