aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/acinclude.m4
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-09-20 22:43:39 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-09-20 22:43:39 +0000
commitd36ff2b46bf0c44b5f8c60710b196777e8880285 (patch)
tree79eb99ac24c58ed3b08976a18e18f7250e208496 /libgfortran/acinclude.m4
parent02668aba7ebce73b74ec9e5f9af08637fcedc5a7 (diff)
downloadgcc-d36ff2b46bf0c44b5f8c60710b196777e8880285.zip
gcc-d36ff2b46bf0c44b5f8c60710b196777e8880285.tar.gz
gcc-d36ff2b46bf0c44b5f8c60710b196777e8880285.tar.bz2
acinclude.m4 (LIBGFOR_TARGET_ILP32): Remove test.
* acinclude.m4 (LIBGFOR_TARGET_ILP32): Remove test. * configure.ac: Don't call LIBGFOR_TARGET_ILP32. * configure: Regenerate. * config.h.in: Regenerate. From-SVN: r128635
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],