From 4cb5ddd5c6bb3e154687d0aa4ceee7f175469636 Mon Sep 17 00:00:00 2001 From: pbrook Date: Fri, 30 Apr 2004 13:14:02 +0000 Subject: [PATCH] Fit typo in previous patch * 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 | 2 +- gcc/config.gcc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e33a060c19c..286fa74c4e3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2004-04-30 Paul Brook - * 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 a33511edb5a..f05d2504473 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 -- 2.11.0