OSDN Git Service

fix typo in previous delta
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Sep 2003 11:40:05 +0000 (11:40 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Sep 2003 11:40:05 +0000 (11:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71022 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/arm/arm.h

index f3015b3..958cbcb 100644 (file)
@@ -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