OSDN Git Service

Fit typo in previous patch
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Apr 2004 13:14:02 +0000 (13:14 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Apr 2004 13:14:02 +0000 (13:14 +0000)
* config.gcc: Default ep9312 to hard-float.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81338 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index e33a060..286fa74 100644 (file)
@@ -1,6 +1,6 @@
 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.c (FL_FOR_ARCH*): Define.
        (arm_arch_cirrus): New variable.
index a33511e..f05d250 100644 (file)
@@ -2174,7 +2174,7 @@ if test x$with_cpu = x ; then
 fi
 
 # Similarly for --with-float
-if test x$with_fpu = x; then
+if test x$with_float = x; then
        case ${target} in
        ep9312-*-*)
                with_float=hard