aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@eecs.berkeley.edu>2014-01-24 01:23:08 -0800
committerAndrew Waterman <waterman@eecs.berkeley.edu>2014-01-24 01:24:20 -0800
commit471a5fe748e0b5c3070ad50cce602417f5a5aad6 (patch)
treee189458f803cdb34de98dc66f0feec28c9702e89 /configure
parent4a2f98e35f30f3d2e252f068d4afc65cfe2cb0fe (diff)
downloadriscv-isa-sim-471a5fe748e0b5c3070ad50cce602417f5a5aad6.zip
riscv-isa-sim-471a5fe748e0b5c3070ad50cce602417f5a5aad6.tar.gz
riscv-isa-sim-471a5fe748e0b5c3070ad50cce602417f5a5aad6.tar.bz2
Build and use shared libraries only
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1eab8a3..9e22f3c 100755
--- a/configure
+++ b/configure
@@ -4006,7 +4006,7 @@ fi
CFLAGS="-Wall -O2 -Wno-unused"
-CXXFLAGS="-Wall -O2 -std=c++0x"
+CXXFLAGS="-Wall -O2 -std=c++11"
#-------------------------------------------------------------------------
@@ -4087,7 +4087,7 @@ if ${ac_cv_lib_pthread_pthread_create+:} false; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpthread $LIBS"
+LIBS="-lfesvr -pthread $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */