diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-20 22:43:39 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-20 22:43:39 +0000 |
commit | ef7edb601d0f71ec49a9530a4b6d949a075616ad (patch) | |
tree | 79eb99ac24c58ed3b08976a18e18f7250e208496 /libgfortran/configure.ac | |
parent | c17154eb97da9c72b17812e8ee1ade0d9bd6db33 (diff) | |
download | gcc-ef7edb601d0f71ec49a9530a4b6d949a075616ad.tar.gz |
* acinclude.m4 (LIBGFOR_TARGET_ILP32): Remove test.
* configure.ac: Don't call LIBGFOR_TARGET_ILP32.
* configure: Regenerate.
* config.h.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128635 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/configure.ac')
-rw-r--r-- | libgfortran/configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libgfortran/configure.ac b/libgfortran/configure.ac index a4588e17a7a..78dce5519f4 100644 --- a/libgfortran/configure.ac +++ b/libgfortran/configure.ac @@ -404,10 +404,6 @@ AC_MSG_NOTICE([FPU dependent file will be ${fpu_host}.h]) FPU_HOST_HEADER=config/${fpu_host}.h AC_SUBST(FPU_HOST_HEADER) -# Attempt to assert that the target is of common type in case we don't -# have C99 integer types at all. -LIBGFOR_TARGET_ILP32 - # Check out attribute support. LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY LIBGFOR_CHECK_ATTRIBUTE_DLLEXPORT |