diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-15 23:50:33 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-16 00:04:17 -0400 |
commit | 79633c125eb260a9ac9ed49e314b916f353c4373 (patch) | |
tree | a9cd7798829069234b4251363fec707e9ae185f9 /sim/m68hc11/config.in | |
parent | 246ee38501205610cd3db75982c5e40cbd13a9b4 (diff) | |
download | fsf-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/m68hc11/config.in')
-rw-r--r-- | sim/m68hc11/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/m68hc11/config.in b/sim/m68hc11/config.in index c694fde..a7c8785 100644 --- a/sim/m68hc11/config.in +++ b/sim/m68hc11/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 |