aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-09 17:50:12 -0700
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-04-09 17:50:12 -0700
commit3c6275887f0cd321fec861dafd3bd405e992897a (patch)
tree114823c7243821de298fa53d5e1b1739043d1d3e /configure
parentd31b94409cec4494f71dcd4d21e39fde85a3fd33 (diff)
downloadspike-3c6275887f0cd321fec861dafd3bd405e992897a.zip
spike-3c6275887f0cd321fec861dafd3bd405e992897a.tar.gz
spike-3c6275887f0cd321fec861dafd3bd405e992897a.tar.bz2
[sim,pk] reorganized status register
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 15 insertions, 0 deletions
diff --git a/configure b/configure
index 82ea6a4..3efe8e7 100755
--- a/configure
+++ b/configure
@@ -637,6 +637,7 @@ enable_stow
enable_optional_subprojects
enable_fpu
enable_64bit
+enable_rvc
'
ac_precious_vars='build_alias
host_alias
@@ -1271,6 +1272,7 @@ Optional Features:
Enable all optional subprojects
--disable-fpu Disable floating-point
--disable-64bit Disable 64-bit mode
+ --disable-rvc Disable instruction compression
Some influential environment variables:
CC C compiler command
@@ -4045,6 +4047,19 @@ $as_echo "#define RISCV_ENABLE_64BIT /**/" >>confdefs.h
fi
+# Check whether --enable-rvc was given.
+if test "${enable_rvc+set}" = set; then :
+ enableval=$enable_rvc;
+fi
+
+if test "x$enable_rvc" != "xno"; then :
+
+
+$as_echo "#define RISCV_ENABLE_RVC /**/" >>confdefs.h
+
+
+fi
+
libopc=`dirname \`which riscv-gcc\``/../`$ac_config_guess`/riscv/lib/libopcodes.a
as_ac_File=`$as_echo "ac_cv_file_$libopc" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $libopc" >&5