aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorChih-Min Chao <chihmin.chao@sifive.com>2019-08-01 23:13:37 -0700
committerChih-Min Chao <chihmin.chao@sifive.com>2019-08-02 00:05:49 -0700
commitb595bd3ab098cfa6753882f98a7136f12515e3cc (patch)
tree1ce816d1659d2e09ab6bcdce33689f762aecf82e /configure
parentbd5dcc15383d002088a9e0b8b827660a4869cdaf (diff)
downloadspike-b595bd3ab098cfa6753882f98a7136f12515e3cc.zip
spike-b595bd3ab098cfa6753882f98a7136f12515e3cc.tar.gz
spike-b595bd3ab098cfa6753882f98a7136f12515e3cc.tar.bz2
rvv: use formal way to generate --enable-1905-check
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 3 insertions, 5 deletions
diff --git a/configure b/configure
index e453229..fb8fc8b 100755
--- a/configure
+++ b/configure
@@ -1356,9 +1356,7 @@ Optional Features:
bits
--enable-misaligned Enable hardware support for misaligned loads and
stores
- --enable-1905-check
- enable 1905 release check
-
+ --enable-1905-check Enable 1905 release check
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@@ -4730,10 +4728,10 @@ if test "${enable_1905_check+set}" = set; then :
enableval=$enable_1905_check;
fi
-if test "x$enable_1905_check" != "xno"; then :
+if test "x$enable_1905_check" = "xyes"; then :
-$as_echo "#define RISCV_ENABLE_1905_CHECK /**/" >>confdefs.h
+$as_echo "#define RISCV_ENABLE_1950_CHECK /**/" >>confdefs.h
fi