From 79633c125eb260a9ac9ed49e314b916f353c4373 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 15 May 2021 23:50:33 -0400 Subject: sim: riscv: move __int128 check to configure --- sim/m32c/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sim/m32c/config.in') diff --git a/sim/m32c/config.in b/sim/m32c/config.in index 33cda70..2bd2bea 100644 --- a/sim/m32c/config.in +++ b/sim/m32c/config.in @@ -154,6 +154,9 @@ /* Define to 1 if you have the 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 -- cgit v1.1