aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2019-07-11 15:11:27 -0700
committerAndrew Waterman <andrew@sifive.com>2019-07-11 15:11:27 -0700
commitcbb979ddfb5201287c5d60d335bf1f12649e0a04 (patch)
treee577e39e5d7a327bb8681993e689af5616c340bf /configure
parent364e9c641257738b3f1ba9f23d9fe0a0ccafce06 (diff)
downloadriscv-isa-sim-cbb979ddfb5201287c5d60d335bf1f12649e0a04.zip
riscv-isa-sim-cbb979ddfb5201287c5d60d335bf1f12649e0a04.tar.gz
riscv-isa-sim-cbb979ddfb5201287c5d60d335bf1f12649e0a04.tar.bz2
Fix support for 32-bit hosts (but no V extension in that case!)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e211cab..4fa32bd 100755
--- a/configure
+++ b/configure
@@ -626,6 +626,7 @@ ac_subst_vars='LTLIBOBJS
LIBOBJS
subprojects_enabled
subprojects
+HAVE_INT128
INSTALL_DATA
INSTALL_SCRIPT
INSTALL_PROGRAM
@@ -4350,9 +4351,8 @@ fi
ac_fn_cxx_check_type "$LINENO" "__int128_t" "ac_cv_type___int128_t" "$ac_includes_default"
if test "x$ac_cv_type___int128_t" = xyes; then :
+ HAVE_INT128=yes
-else
- echo "error: spike requires 128 integer suuport"; exit 1
fi