diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-25 00:15:21 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-25 00:15:21 +0000 |
commit | cd29f3a4d1b4bf60c34c32a7f7644da7bb59c3dd (patch) | |
tree | 097dc6e513006ad71416ba39d9435f9fad417aad /gcc/config.in | |
parent | 1b5948cbb01d9304d98e8abe4fac76b0eeeaa90e (diff) | |
download | gcc-cd29f3a4d1b4bf60c34c32a7f7644da7bb59c3dd.tar.gz |
2005-05-24 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Don't use gcc_AC_C_LONG_LONG. Check for
existence of long long and __int64 before determining their size.
* aclocal.m4: Delete gcc_AC_C_LONG_LONG.
* configure, config.h.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100131 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.in b/gcc/config.in index 8fdf6802377..44158812b6e 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -866,7 +866,7 @@ #endif -/* Define if your compiler supports the \`long long' type. */ +/* Define to 1 if the system has the type `long long'. */ #ifndef USED_FOR_TARGET #undef HAVE_LONG_LONG #endif @@ -1137,7 +1137,7 @@ #endif -/* Define if your compiler supports the \`__int64' type. */ +/* Define to 1 if the system has the type `__int64'. */ #ifndef USED_FOR_TARGET #undef HAVE___INT64 #endif |