diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config.gcc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e33a060..286fa74 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config.gcc b/gcc/config.gcc index a33511e..f05d250 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 |