aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/acinclude.m4')
-rw-r--r--libgfortran/acinclude.m420
1 files changed, 0 insertions, 20 deletions
diff --git a/libgfortran/acinclude.m4 b/libgfortran/acinclude.m4
index 40ce535..6cc1040 100644
--- a/libgfortran/acinclude.m4
+++ b/libgfortran/acinclude.m4
@@ -27,26 +27,6 @@ AC_DEFUN([AC_LIBTOOL_DLOPEN])
AC_DEFUN([AC_PROG_LD])
])
-dnl Check whether the target is ILP32.
-AC_DEFUN([LIBGFOR_TARGET_ILP32], [
- AC_CACHE_CHECK([whether the target is ILP32], target_ilp32, [
- save_CFLAGS="$CFLAGS"
- CFLAGS="-O2"
- AC_TRY_LINK(,[
-if (sizeof(int) == 4 && sizeof(long) == 4 && sizeof(void *) == 4)
- ;
-else
- undefined_function ();
- ],
- target_ilp32=yes,
- target_ilp32=no)
- CFLAGS="$save_CFLAGS"])
- if test $target_ilp32 = yes; then
- AC_DEFINE(TARGET_ILP32, 1,
- [Define to 1 if the target is ILP32.])
- fi
- ])
-
dnl Check whether the target supports hidden visibility.
AC_DEFUN([LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY], [
AC_CACHE_CHECK([whether the target supports hidden visibility],