From cbb979ddfb5201287c5d60d335bf1f12649e0a04 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 11 Jul 2019 15:11:27 -0700 Subject: Fix support for 32-bit hosts (but no V extension in that case!) --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.1