configure.in: (i[3456]86-UnixWare7-sysv5): Treat much like SVR4 for now.
authorRobert Lipe <robertl@dgii.com>
Tue, 13 Jan 1998 00:15:16 +0000 (00:15 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 13 Jan 1998 00:15:16 +0000 (17:15 -0700)
        * configure.in: (i[3456]86-UnixWare7-sysv5): Treat much like SVR4
        for now.

From-SVN: r17323

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 505b02dfb7248159380b2534a216ca20aaa5f86f..4bf713343847f5852f89a42a9de4c19af0825a25 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 13 01:16:36 1998   Robert Lipe (robertl@dgii.com)
+
+       * configure.in: (i[3456]86-UnixWare7-sysv5): Treat much like SVR4
+       for now.
+
 Thu Dec 18 18:40:17 1997  Mumit Khan <khan@xraylith.wisc.edu>
        
        * i386/mingw32.h (INCOMING_RETURN_ADDR_RTX): Delete. Use the value
index 2a484fb3b691a7b22bf441b93926109b482e2678..d216f5167c6bf62e2b7f604ba764c3fb1280b63e 100755 (executable)
@@ -3785,6 +3785,18 @@ for machine in $build $host $target; do
                        thread_file='solaris'
                fi
                ;;
+       i[3456]86-*-sysv5*)           # Intel x86 on System V Release 5
+               xm_file=i386/xm-sysv4.h
+               tm_file=i386/sysv4.h
+               if [ x$stabs = xyes ]
+               then
+                       tm_file="${tm_file} dbx.h"
+               fi
+               tmake_file=i386/t-crtpic
+               xmake_file=x-svr4
+               extra_parts="crtbegin.o crtend.o"
+               fixincludes=Makefile.in # The headers are just fine, thank you.
+               ;;
        i[3456]86-*-sysv4*)             # Intel 80386's running system V.4
                xm_file=i386/xm-sysv4.h
                tm_file=i386/sysv4.h
index fed8dec306be9e172a1351d9610e0c11ac18f30c..e13586528cae003c8504738c28e480b483497f74 100644 (file)
@@ -960,6 +960,18 @@ for machine in $build $host $target; do
                        thread_file='solaris'
                fi
                ;;
+       i[[3456]]86-*-sysv5*)           # Intel x86 on System V Release 5
+               xm_file=i386/xm-sysv4.h
+               tm_file=i386/sysv4.h
+               if [[ x$stabs = xyes ]]
+               then
+                       tm_file="${tm_file} dbx.h"
+               fi
+               tmake_file=i386/t-crtpic
+               xmake_file=x-svr4
+               extra_parts="crtbegin.o crtend.o"
+               fixincludes=Makefile.in # The headers are just fine, thank you.
+               ;;
        i[[3456]]86-*-sysv4*)           # Intel 80386's running system V.4
                xm_file=i386/xm-sysv4.h
                tm_file=i386/sysv4.h