diff options
author | Richard Henderson <rth@redhat.com> | 2002-03-26 18:24:28 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-03-26 18:24:28 -0800 |
commit | 300d40935c893e93a3896898aa10d8126c89e016 (patch) | |
tree | a7a7e79e732587e6a96f8c9944d2de82e87924af /gcc/config.gcc | |
parent | 9a1d8b2d29932773873877bb215c721728931aa1 (diff) | |
download | gcc-300d40935c893e93a3896898aa10d8126c89e016.zip gcc-300d40935c893e93a3896898aa10d8126c89e016.tar.gz gcc-300d40935c893e93a3896898aa10d8126c89e016.tar.bz2 |
* config.gcc (sparc*-solaris): Use float_format=sparc.
From-SVN: r51424
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index c4bd329..edef1ff 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3080,7 +3080,7 @@ sparcv9-*-solaris2* | sparc64-*-solaris2*) tmake_file="$tmake_file t-slibgcc-sld" fi extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o" - float_format=none + float_format=sparc if test x${enable_threads} = x ; then enable_threads=$have_pthread_h if test x${enable_threads} = x ; then @@ -3110,7 +3110,7 @@ sparc-hal-solaris2*) float_format=i128 ;; *) - float_format=none + float_format=sparc ;; esac thread_file='solaris' @@ -3147,7 +3147,7 @@ sparc-*-solaris2*) float_format=i128 ;; *) - float_format=none + float_format=sparc ;; esac if test x${enable_threads} = x; then |