mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08:00
xm-iris5.h: Remove, unnecessary.
* config/mips/xm-iris5.h: Remove, unnecessary. * config.build (mips-sgi-irix5*): Remove. (mips-sgi-irix6*o32): Likewise. * config.gcc (mips-sgi-irix6*o32): Remove xm_file. (mips-sgi-irix5cross64): Likewise. (mips-sgi-irix5*): Likewise. * config.host (mips-sgi-irix5*): Remove. (mips-sgi-irix6*o32): Likewise. From-SVN: r72003
This commit is contained in:
parent
3a7cbb76f1
commit
9a032f82ee
@ -1,3 +1,14 @@
|
||||
2003-10-01 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* config/mips/xm-iris5.h: Remove, unnecessary.
|
||||
* config.build (mips-sgi-irix5*): Remove.
|
||||
(mips-sgi-irix6*o32): Likewise.
|
||||
* config.gcc (mips-sgi-irix6*o32): Remove xm_file.
|
||||
(mips-sgi-irix5cross64): Likewise.
|
||||
(mips-sgi-irix5*): Likewise.
|
||||
* config.host (mips-sgi-irix5*): Remove.
|
||||
(mips-sgi-irix6*o32): Likewise.
|
||||
|
||||
2003-10-01 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* dbxout.c (dbxout_fptype_value): Delete.
|
||||
|
@ -115,14 +115,6 @@ case $build in
|
||||
# HP 9000 series 300
|
||||
build_install_headers_dir=install-headers-cpio
|
||||
;;
|
||||
mips-sgi-irix5*)
|
||||
# SGI System V r4, IRIX 5
|
||||
build_xm_file=mips/xm-iris5.h
|
||||
;;
|
||||
mips-sgi-irix6*o32)
|
||||
# SGI System V r4, IRIX 6, O32 ABI
|
||||
build_xm_file=mips/xm-iris5.h
|
||||
;;
|
||||
*-*-sysv*)
|
||||
# All other System V variants.
|
||||
build_install_headers_dir=install-headers-cpio
|
||||
|
@ -1366,7 +1366,6 @@ mips-sgi-irix6*o32) # SGI System V.4., IRIX 6, O32 ABI
|
||||
fi
|
||||
tm_file="${tm_file} mips/iris6-o32.h"
|
||||
tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
|
||||
xm_file=mips/xm-iris5.h
|
||||
target_cpu_default="MASK_ABICALLS"
|
||||
# mips-tfile doesn't work yet
|
||||
# See comment in mips/iris5.h file.
|
||||
@ -1392,7 +1391,6 @@ mips-sgi-irix6*) # SGI System V.4., IRIX 6
|
||||
;;
|
||||
mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
|
||||
tm_file="${tm_file} mips/iris5.h mips/iris6.h mips/cross64.h"
|
||||
xm_file=mips/xm-iris5.h
|
||||
tmake_file="mips/t-iris mips/t-cross64"
|
||||
target_cpu_default="MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT"
|
||||
tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_N32"
|
||||
@ -1417,7 +1415,6 @@ mips-sgi-irix5*) # SGI System V.4., IRIX 5
|
||||
tmake_file=mips/t-iris5-as
|
||||
fi
|
||||
tmake_file="${tmake_file} mips/t-iris mips/t-iris5-6"
|
||||
xm_file=mips/xm-iris5.h
|
||||
target_cpu_default="MASK_ABICALLS"
|
||||
# mips-tfile doesn't work yet
|
||||
# See comment in mips/iris5.h file.
|
||||
|
@ -145,12 +145,6 @@ case ${host} in
|
||||
i860-*-sysv4*)
|
||||
host_xmake_file=i860/x-sysv4
|
||||
;;
|
||||
mips-sgi-irix6*o32) # SGI System V.4., IRIX 6, O32 ABI
|
||||
host_xm_file=mips/xm-iris5.h
|
||||
;;
|
||||
mips-sgi-irix5*) # SGI System V.4., IRIX 5
|
||||
host_xm_file=mips/xm-iris5.h
|
||||
;;
|
||||
powerpc-*-darwin*)
|
||||
# powerpc-darwin host support.
|
||||
out_host_hook_obj=host-darwin.o
|
||||
|
@ -1,4 +0,0 @@
|
||||
/* On SGI IRIX 5.3, inttypes.h clashes with sys/types.h, but the clash
|
||||
(when compiled with GCC) is a warning, so configure.in thinks it's OK
|
||||
to use it. Work around this problem. */
|
||||
#undef HAVE_INTTYPES_H
|
Loading…
Reference in New Issue
Block a user