diff options
Diffstat (limited to 'sim/avr')
-rw-r--r-- | sim/avr/ChangeLog | 4 | ||||
-rw-r--r-- | sim/avr/config.in | 3 | ||||
-rwxr-xr-x | sim/avr/configure | 14 |
3 files changed, 19 insertions, 2 deletions
diff --git a/sim/avr/ChangeLog b/sim/avr/ChangeLog index 128d14b..ce09783 100644 --- a/sim/avr/ChangeLog +++ b/sim/avr/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> * interp.c: Update include path. diff --git a/sim/avr/config.in b/sim/avr/config.in index c694fde..a7c8785 100644 --- a/sim/avr/config.in +++ b/sim/avr/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/avr/configure b/sim/avr/configure index 1f2c9cd..4019336 100755 --- a/sim/avr/configure +++ b/sim/avr/configure @@ -7493,6 +7493,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> @@ -11197,7 +11207,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11200 "configure" +#line 11210 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11303,7 +11313,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11306 "configure" +#line 11316 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |