Fit typo in previous patch
authorPaul Brook <paul@codesourcery.com>
Fri, 30 Apr 2004 13:14:02 +0000 (13:14 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Fri, 30 Apr 2004 13:14:02 +0000 (13:14 +0000)
Fit typo in previous patch
* config.gcc: Default ep9312 to hard-float.

From-SVN: r81338

gcc/ChangeLog
gcc/config.gcc

index e33a060c19c72bc8e26db473eed1674a182683b2..286fa74c4e38533ececd1e3ed4150ffce82adde9 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 a33511edb5a35c13fbe43100f9e17a02fb03458e..f05d2504473f9cc7acd587ec0611f2f20f77a854 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