Commit 2d84a437 by Paul Brook Committed by Paul Brook

Fit typo in previous patch

Fit typo in previous patch
	* config.gcc: Default ep9312 to hard-float.

From-SVN: r81338
parent 3fbf917d
2004-04-30 Paul Brook <paul@codesourcery.com> 2004-04-30 Paul Brook <paul@codesourcery.com>
* configure.gcc: Default ep9312 to hard-float. * config.gcc: Default ep9312 to hard-float.
* config/arm/arm-cores.def: Add ARCH field. * config/arm/arm-cores.def: Add ARCH field.
* config/arm/arm.c (FL_FOR_ARCH*): Define. * config/arm/arm.c (FL_FOR_ARCH*): Define.
(arm_arch_cirrus): New variable. (arm_arch_cirrus): New variable.
......
...@@ -2174,7 +2174,7 @@ if test x$with_cpu = x ; then ...@@ -2174,7 +2174,7 @@ if test x$with_cpu = x ; then
fi fi
# Similarly for --with-float # Similarly for --with-float
if test x$with_fpu = x; then if test x$with_float = x; then
case ${target} in case ${target} in
ep9312-*-*) ep9312-*-*)
with_float=hard with_float=hard
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment