diff options
Diffstat (limited to 'gcc/config/i386/i386.h')
| -rw-r--r-- | gcc/config/i386/i386.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 03d4f60..8713bca 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -97,8 +97,12 @@ extern int target_flags; /* configure can arrange to make this 2, to force a 486. */ #ifndef TARGET_CPU_DEFAULT +#ifdef TARGET_64BIT_DEFAULT +#define TARGET_CPU_DEFAULT TARGET_CPU_DEFAULT_k8 +#else #define TARGET_CPU_DEFAULT 0 #endif +#endif /* Masks for the -m switches */ #define MASK_80387 0x00000001 /* Hardware floating point */ |
