Add Alpha and proper x86 support to GCC 2.95.2.
[ Functionally speaking, this covers revs 1.{2,3} ]
This commit is contained in:
parent
69611a5db3
commit
60685dfcfd
19
contrib/gcc/configure
vendored
19
contrib/gcc/configure
vendored
@ -3765,9 +3765,9 @@ for machine in $build $host $target; do
|
|||||||
i[34567]86-*-solaris2*)
|
i[34567]86-*-solaris2*)
|
||||||
xm_file="xm-siglist.h xm-alloca.h ${xm_file}"
|
xm_file="xm-siglist.h xm-alloca.h ${xm_file}"
|
||||||
xm_defines="USG POSIX SMALL_ARG_MAX"
|
xm_defines="USG POSIX SMALL_ARG_MAX"
|
||||||
if test x$stabs = xyes
|
if test x$gas = xyes; then
|
||||||
then
|
# Only needed if gas does not support -s
|
||||||
tm_file=i386/sol2dbg.h
|
tm_file=i386/sol2gas.h
|
||||||
else
|
else
|
||||||
tm_file=i386/sol2.h
|
tm_file=i386/sol2.h
|
||||||
fi
|
fi
|
||||||
@ -5423,12 +5423,21 @@ for machine in $build $host $target; do
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
sparc-hal-solaris2*)
|
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"
|
tm_file="sparc/sol2.h sparc/hal.h"
|
||||||
tmake_file="sparc/t-halos sparc/t-sol2"
|
tmake_file="sparc/t-halos sparc/t-sol2"
|
||||||
xmake_file=sparc/x-sysv4
|
xmake_file=sparc/x-sysv4
|
||||||
extra_parts="crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o"
|
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*)
|
sparc-*-solaris2*)
|
||||||
if test x$gnu_ld = xyes
|
if test x$gnu_ld = xyes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user