]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines, float_format and thread_...
authorJeffrey A Law <law@cygnus.com>
Wed, 13 Oct 1999 07:58:02 +0000 (07:58 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 13 Oct 1999 07:58:02 +0000 (01:58 -0600)
        Wed Oct 13 01:44:29 1999  Carol LePage  <carolo@hal.com>
        * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
        float_format and thread_file definitions.
        * configure: Rebuilt.

From-SVN: r29941

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 18a6d0b1a5bd36786f0712c597348a3340e49aa4..14b9cffc274f04d86b2dc4ba8720e1a77b5153d3 100644 (file)
@@ -1,3 +1,10 @@
+Wed Oct 13 01:46:14 1999  Jeffrey A Law  (law@cygnus.com)
+
+       Wed Oct 13 01:44:29 1999  Carol LePage  <carolo@hal.com>
+       * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
+       float_format and thread_file definitions.
+       * configure: Rebuilt.
+
 Tue Oct 12 17:09:38 1999  David Edelsohn  <edelsohn@gnu.org>
 
        * collect2.c (main): Do preliminary link on AIX if rflag.
index 23de637b062ed5b60f2dcc51e9fc51decc0f151a..cc737605ea44e8aeab80d2963a5dcf4b8165e7f9 100755 (executable)
@@ -1310,7 +1310,7 @@ else
 fi
 
 # Find some useful tools
-for ac_prog in mawk gawk nawk awk
+for ac_prog in gawk mawk nawk awk
 do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
@@ -5408,12 +5408,21 @@ for machine in $build $host $target; do
                fi
                ;;
         sparc-hal-solaris2*)
-                xm_file=sparc/xm-sol2.h
+                xm_file="xm-siglist.h sparc/xm-sysv4.h sparc/xm-sol2.h"
+                xm_defines="USG POSIX"
                 tm_file="sparc/sol2.h sparc/hal.h"
                 tmake_file="sparc/t-halos sparc/t-sol2"
                 xmake_file=sparc/x-sysv4
                 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
-                broken_install=yes
+                case $machine in
+                *-*-solaris2.[0-4])
+                        float_format=i128
+                ;;
+                *)
+                        float_format=none
+                        ;;
+                esac
+               thread_file='solaris'
                 ;;
        sparc-*-solaris2*)
                if test x$gnu_ld = xyes
index eec2795917306e6263c84420852200a06f1a105a..e43c1571cf3275d2cf2626d5bda79d3397f6fb14 100644 (file)
@@ -3103,12 +3103,21 @@ changequote([,])dnl
                fi
                ;;
         sparc-hal-solaris2*)
-                xm_file=sparc/xm-sol2.h
+                xm_file="xm-siglist.h sparc/xm-sysv4.h sparc/xm-sol2.h"
+                xm_defines="USG POSIX"
                 tm_file="sparc/sol2.h sparc/hal.h"
                 tmake_file="sparc/t-halos sparc/t-sol2"
                 xmake_file=sparc/x-sysv4
                 extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
-                broken_install=yes
+                case $machine in
+                *-*-solaris2.[0-4])
+                        float_format=i128
+                ;;
+                *)
+                        float_format=none
+                        ;;
+                esac
+               thread_file='solaris'
                 ;;
        sparc-*-solaris2*)
                if test x$gnu_ld = xyes