From 5429802d9fe409152fe497ca866d32106a33e62c Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Thu, 26 Sep 2002 21:30:17 +0000 Subject: * config/ia64/hpux.h (TARGET_DEFAULT): Include TARGET_ILP32. From-SVN: r57550 --- gcc/config/ia64/hpux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config') diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index 68fad57..fb73c65 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -105,7 +105,7 @@ do { \ #define BITS_BIG_ENDIAN 1 #undef TARGET_DEFAULT -#define TARGET_DEFAULT (MASK_DWARF2_ASM | MASK_BIG_ENDIAN) +#define TARGET_DEFAULT (MASK_DWARF2_ASM | MASK_BIG_ENDIAN | MASK_ILP32) /* This needs to be set to force structure arguments with a single field to be treated as structures and not as the type of their -- cgit v1.1