Commit 300d4093 by Richard Henderson Committed by Richard Henderson

* config.gcc (sparc*-solaris): Use float_format=sparc.

From-SVN: r51424
parent 9a1d8b2d
2002-03-26 Richard Henderson <rth@redhat.com> 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/sparc.h (MAX_WCHAR_TYPE_SIZE): Don't define.
* config/sparc/linux-aout.h (MAX_WCHAR_TYPE_SIZE): Don't undef. * config/sparc/linux-aout.h (MAX_WCHAR_TYPE_SIZE): Don't undef.
* config/sparc/linux.h, config/sparc/linux64.h: Likewise. * config/sparc/linux.h, config/sparc/linux64.h: Likewise.
......
...@@ -3080,7 +3080,7 @@ sparcv9-*-solaris2* | sparc64-*-solaris2*) ...@@ -3080,7 +3080,7 @@ sparcv9-*-solaris2* | sparc64-*-solaris2*)
tmake_file="$tmake_file t-slibgcc-sld" tmake_file="$tmake_file t-slibgcc-sld"
fi fi
extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o" 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 if test x${enable_threads} = x ; then
enable_threads=$have_pthread_h enable_threads=$have_pthread_h
if test x${enable_threads} = x ; then if test x${enable_threads} = x ; then
...@@ -3110,7 +3110,7 @@ sparc-hal-solaris2*) ...@@ -3110,7 +3110,7 @@ sparc-hal-solaris2*)
float_format=i128 float_format=i128
;; ;;
*) *)
float_format=none float_format=sparc
;; ;;
esac esac
thread_file='solaris' thread_file='solaris'
...@@ -3147,7 +3147,7 @@ sparc-*-solaris2*) ...@@ -3147,7 +3147,7 @@ sparc-*-solaris2*)
float_format=i128 float_format=i128
;; ;;
*) *)
float_format=none float_format=sparc
;; ;;
esac esac
if test x${enable_threads} = x; then if test x${enable_threads} = x; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment