diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/gcc/config.in b/gcc/config.in index f03ed8288a1..a3d169be1cb 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1655,12 +1655,6 @@ #endif -/* Define to 1 if the system has the type `__int64'. */ -#ifndef USED_FOR_TARGET -#undef HAVE___INT64 -#endif - - /* Define if cloog is in use. */ #ifndef USED_FOR_TARGET #undef HAVE_cloog @@ -1807,12 +1801,6 @@ #endif -/* The size of `__int64', as computed by sizeof. */ -#ifndef USED_FOR_TARGET -#undef SIZEOF___INT64 -#endif - - /* Define to 1 if you have the ANSI C header files. */ #ifndef USED_FOR_TARGET #undef STDC_HEADERS @@ -1866,8 +1854,8 @@ #endif -/* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but - still efficiently supported by the host hardware. */ +/* Define to 1 if the 'long long' type is wider than 'long' but still + efficiently supported by the host hardware. */ #ifndef USED_FOR_TARGET #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT #endif |