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
This commit is contained in:
parent
936cb32345
commit
fe07d4c1cc
@ -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
|
||||
|
12
gcc/configure
vendored
12
gcc/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user