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 | |
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
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.gcc | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e5aefd..700d51d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2002-03-26 Richard Henderson <rth@redhat.com> + * config.gcc (sparc*-solaris): Use float_format=sparc. + +2002-03-26 Richard Henderson <rth@redhat.com> + * config/sparc/sparc.h (MAX_WCHAR_TYPE_SIZE): Don't define. * config/sparc/linux-aout.h (MAX_WCHAR_TYPE_SIZE): Don't undef. * config/sparc/linux.h, config/sparc/linux64.h: Likewise. 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 |