diff options
author | Paul Brook <paul@codesourcery.com> | 2004-04-30 13:14:02 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-04-30 13:14:02 +0000 |
commit | 2d84a437b017ef44a0ef19e221afdaef2caad4fe (patch) | |
tree | cfc44fbb19d9bc6fa67acdc31284fa0910fba976 /gcc/config.gcc | |
parent | 3fbf917d464160182ae77afcb0ac9b3205aead5d (diff) | |
download | gcc-2d84a437b017ef44a0ef19e221afdaef2caad4fe.zip gcc-2d84a437b017ef44a0ef19e221afdaef2caad4fe.tar.gz gcc-2d84a437b017ef44a0ef19e221afdaef2caad4fe.tar.bz2 |
Fit typo in previous patch
Fit typo in previous patch
* config.gcc: Default ep9312 to hard-float.
From-SVN: r81338
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |