* config.gcc (sparc*-solaris): Use float_format=sparc.
authorRichard Henderson <rth@redhat.com>
Wed, 27 Mar 2002 02:24:28 +0000 (18:24 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 27 Mar 2002 02:24:28 +0000 (18:24 -0800)
From-SVN: r51424

gcc/ChangeLog
gcc/config.gcc

index 7e5aefd31c8edfd9cd09f36a37b2981d9b40ab7d..700d51ddf2b06d30702d866a98d1b08434320c96 100644 (file)
@@ -1,3 +1,7 @@
+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.
index c4bd3292eb24af9a5857f542017d6271ef4d3520..edef1ff391e667291d76343355daa02589948259 100644 (file)
@@ -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