diff options
| author | Jan Hubicka <jh@suse.cz> | 2002-05-07 18:29:02 +0200 |
|---|---|---|
| committer | Andreas Jaeger <aj@gcc.gnu.org> | 2002-05-07 18:29:02 +0200 |
| commit | 18aed4ab20abbd82bfc66d076a8d343bae9b4b75 (patch) | |
| tree | d851ea9b0fc968451ed67c6f380c273551665e43 /gcc/f/target.h | |
| parent | a1ffecd9e2c9199ecee4586dbd2badb9c56809f9 (diff) | |
| download | gcc-18aed4ab20abbd82bfc66d076a8d343bae9b4b75.zip gcc-18aed4ab20abbd82bfc66d076a8d343bae9b4b75.tar.gz gcc-18aed4ab20abbd82bfc66d076a8d343bae9b4b75.tar.bz2 | |
* target.h (FFETARGET_32bit_longs): Undefine for x86-64.
From-SVN: r53259
Diffstat (limited to 'gcc/f/target.h')
| -rw-r--r-- | gcc/f/target.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/target.h b/gcc/f/target.h index 1c50b1c..ae4c8e3 100644 --- a/gcc/f/target.h +++ b/gcc/f/target.h @@ -1,5 +1,5 @@ /* target.h -- Public #include File (module.h template V1.0) - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -224,7 +224,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #define FFETARGET_f2cTYLOGICAL2 13 #define FFETARGET_f2cTYQUAD 14 -#if !defined(__alpha__) && (!defined (_ARCH_PPC) || !defined (__64BIT__)) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__))) && (!defined(__ia64__) || !defined(__LP64__)) && (!defined(__hppa__) || !defined(__LP64__)) && !defined(__s390x__) +#if !defined(__alpha__) && (!defined (_ARCH_PPC) || !defined (__64BIT__)) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__))) && (!defined(__ia64__) || !defined(__LP64__)) && (!defined(__hppa__) || !defined(__LP64__)) && !defined(__s390x__) && !defined(__x86_64__) #define FFETARGET_32bit_longs #endif |
