aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/arm.c
diff options
context:
space:
mode:
authorMike Stump <mrs@wrs.com>1999-03-23 21:49:39 +0000
committerJeff Law <law@gcc.gnu.org>1999-03-23 14:49:39 -0700
commit2aa0c933d18af401d7ab2aece07db65ff63ecb35 (patch)
treeae30bc8e1ed698a8fa6d499ea26e9a0c9bc81965 /gcc/config/arm/arm.c
parent5ef2fb7986c0605225dfb979acc55d73e7a8b001 (diff)
downloadgcc-2aa0c933d18af401d7ab2aece07db65ff63ecb35.zip
gcc-2aa0c933d18af401d7ab2aece07db65ff63ecb35.tar.gz
gcc-2aa0c933d18af401d7ab2aece07db65ff63ecb35.tar.bz2
vxarm.h: Split out vxWorks support into separate headerfile and vxify.
* arm/vxarm.h: Split out vxWorks support into separate headerfile and vxify. * arm/arm.c (cpu_defaults): Allow arm710 as default. * configure.in: Split out vxWorks support for Arm. * configure: Rebuilt. From-SVN: r25932
Diffstat (limited to 'gcc/config/arm/arm.c')
-rw-r--r--gcc/config/arm/arm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index b3dedbd..0888c24 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -320,6 +320,7 @@ arm_override_options ()
{ TARGET_CPU_arm2, "arm2" },
{ TARGET_CPU_arm6, "arm6" },
{ TARGET_CPU_arm610, "arm610" },
+ { TARGET_CPU_arm710, "arm710" },
{ TARGET_CPU_arm7m, "arm7m" },
{ TARGET_CPU_arm7500fe, "arm7500fe" },
{ TARGET_CPU_arm7tdmi, "arm7tdmi" },