summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-22 23:30:37 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-22 23:30:37 +0000
commitc05d01e2fe4256b73ff786066f9bd3d0f6a2fb69 (patch)
tree770eb9a7165efd56a9fefed922577aef887f1ae8
parentac91be8f95b10403da3cca30271be27fde2c4686 (diff)
downloadppe42-gcc-c05d01e2fe4256b73ff786066f9bd3d0f6a2fb69.tar.gz
ppe42-gcc-c05d01e2fe4256b73ff786066f9bd3d0f6a2fb69.zip
Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37677 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/arm/arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index f8859a392e8..09baa5130ca 100644
--- a/gcc/config/arm/arm.h
+++ b/gcc/config/arm/arm.h
@@ -112,7 +112,7 @@ extern int current_function_anonymous_args;
#if TARGET_CPU_DEFAULT == TARGET_CPU_arm7tdmi || TARGET_CPU_DEFAULT == TARGET_CPU_arm9 || TARGET_CPU_DEFAULT == TARGET_CPU_arm9tdmi
#define CPP_ARCH_DEFAULT_SPEC "-D__ARM_ARCH_4T__"
#else
-#if TARGET_CPU_DEFAULT == TARGET_CPU_arm8 || TARGET_CPU_DEFAULT == TARGET_CPU_arm810 || TARGET_CPU_DEFAULT == TARGET_CPU_strongarm || TARGET_CPU_DEFAULT = TARGET_CPU_strongarm110 || TARGET_CPU_DEFAULT = TARGET_CPU_strongarm1100
+#if TARGET_CPU_DEFAULT == TARGET_CPU_arm8 || TARGET_CPU_DEFAULT == TARGET_CPU_arm810 || TARGET_CPU_DEFAULT == TARGET_CPU_strongarm || TARGET_CPU_DEFAULT == TARGET_CPU_strongarm110 || TARGET_CPU_DEFAULT == TARGET_CPU_strongarm1100
#define CPP_ARCH_DEFAULT_SPEC "-D__ARM_ARCH_4__"
#else
Unrecognized value in TARGET_CPU_DEFAULT.
OpenPOWER on IntegriCloud