From fe07d4c1cc13824af1e19e12729362c183e9e807 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Tue, 13 Jan 1998 00:15:16 +0000 Subject: [PATCH] configure.in: (i[3456]86-UnixWare7-sysv5): Treat much like SVR4 for now. * configure.in: (i[3456]86-UnixWare7-sysv5): Treat much like SVR4 for now. From-SVN: r17323 --- gcc/ChangeLog | 5 +++++ gcc/configure | 12 ++++++++++++ gcc/configure.in | 12 ++++++++++++ 3 files changed, 29 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 505b02dfb72..4bf71334384 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * i386/mingw32.h (INCOMING_RETURN_ADDR_RTX): Delete. Use the value diff --git a/gcc/configure b/gcc/configure index 2a484fb3b69..d216f5167c6 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 diff --git a/gcc/configure.in b/gcc/configure.in index fed8dec306b..e13586528ca 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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 -- 2.30.2