aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-15 23:50:33 -0400
committerMike Frysinger <vapier@gentoo.org>2021-05-16 00:04:17 -0400
commit79633c125eb260a9ac9ed49e314b916f353c4373 (patch)
treea9cd7798829069234b4251363fec707e9ae185f9 /sim/erc32
parent246ee38501205610cd3db75982c5e40cbd13a9b4 (diff)
downloadfsf-binutils-gdb-79633c125eb260a9ac9ed49e314b916f353c4373.zip
fsf-binutils-gdb-79633c125eb260a9ac9ed49e314b916f353c4373.tar.gz
fsf-binutils-gdb-79633c125eb260a9ac9ed49e314b916f353c4373.tar.bz2
sim: riscv: move __int128 check to configure
Diffstat (limited to 'sim/erc32')
-rw-r--r--sim/erc32/ChangeLog4
-rw-r--r--sim/erc32/config.in3
-rwxr-xr-xsim/erc32/configure14
3 files changed, 19 insertions, 2 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog
index 950384a..40dd931 100644
--- a/sim/erc32/ChangeLog
+++ b/sim/erc32/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-16 Mike Frysinger <vapier@gentoo.org>
+
+ * config.in, configure: Regenerate.
+
2021-05-14 Mike Frysinger <vapier@gentoo.org>
* interf.c: Update include path.
diff --git a/sim/erc32/config.in b/sim/erc32/config.in
index c694fde..a7c8785 100644
--- a/sim/erc32/config.in
+++ b/sim/erc32/config.in
@@ -139,6 +139,9 @@
/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
/* Define to 1 if you have the `__setfpucw' function. */
#undef HAVE___SETFPUCW
diff --git a/sim/erc32/configure b/sim/erc32/configure
index 0d2327f..0f3634d 100755
--- a/sim/erc32/configure
+++ b/sim/erc32/configure
@@ -7489,6 +7489,16 @@ _ACEOF
fi
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
+fi
+
ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
#include <sys/socket.h>
@@ -11193,7 +11203,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11196 "configure"
+#line 11206 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11299,7 +11309,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11302 "configure"
+#line 11312 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H