summaryrefslogtreecommitdiff
path: root/gcc/f/target.h
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-14 23:19:27 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-14 23:19:27 +0000
commit1a0bced50fcf071e2795805139f00e24886792fd (patch)
tree66c240b61dbf5a500eacab1ddde2f6519abaf881 /gcc/f/target.h
parenta31caf84169e4347a264e425271b19ade22ce81c (diff)
downloadgcc-1a0bced50fcf071e2795805139f00e24886792fd.tar.gz
Don't define FFETARGET_32bit_longs for 64-bit S/390.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44908 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/target.h')
-rw-r--r--gcc/f/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/target.h b/gcc/f/target.h
index 5ce663d5a34..faaf519d46e 100644
--- a/gcc/f/target.h
+++ b/gcc/f/target.h
@@ -234,7 +234,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__))
+#if !defined(__alpha__) && (!defined (_ARCH_PPC) || !defined (__64BIT__)) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__))) && (!defined(__ia64__) || !defined(__LP64__)) && !defined(__s390x__)
#define FFETARGET_32bit_longs
#endif