aboutsummaryrefslogtreecommitdiff
path: root/sim/msp430/config.in
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/msp430/config.in
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/msp430/config.in')
-rw-r--r--sim/msp430/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/msp430/config.in b/sim/msp430/config.in
index c694fde..a7c8785 100644
--- a/sim/msp430/config.in
+++ b/sim/msp430/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