diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/config/arm/arm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index f3015b3..958cbcb 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -172,7 +172,8 @@ extern GTY(()) rtx aof_pic_label; #ifdef TARGET_DEFAULT #undef TARGET_DEFAULT #define TARGET_DEFAULT (ARM_FLAG_APCS_32 | ARM_FLAG_APCS_FRAME) -#endif /* TARGET_CPU_DEFAULT */ +#endif +#else #if TARGET_CPU_DEFAULT == TARGET_CPU_iwmmxt #define CPP_ARCH_DEFAULT_SPEC "-D__ARM_ARCH_5TE__ -D__XSCALE__ -D__IWMMXT__" #else |
