sim: riscv: move __int128 check to configure

This commit is contained in:
Mike Frysinger
2021-05-15 23:50:33 -04:00
parent 246ee38501
commit 79633c125e
96 changed files with 596 additions and 63 deletions

View File

@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
_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>
@@ -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