diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-01 23:51:10 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-01 23:51:10 +0000 |
commit | 04074c50daed0fc0aed4011330a71ed17ac991e3 (patch) | |
tree | 4c23288bb4ed7975746826783ca22f1c64391b67 /gcc/config.host | |
parent | 6b6cb0d62adb82934424017e91d045004bce4d50 (diff) | |
download | gcc-04074c50daed0fc0aed4011330a71ed17ac991e3.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72003 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config.host b/gcc/config.host index f1590a939bc..9fb6baa21c9 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -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 |