diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-20 06:39:38 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-20 06:39:38 +0000 |
commit | 1850ee7af3e9566308981ded3aa10f50479ebaa2 (patch) | |
tree | 2b9e6529be54223bc03b5573062543f617b7d081 /gcc/config.host | |
parent | b9a602c6ab145acee918376ac1aa0b569222ca5d (diff) | |
download | gcc-1850ee7af3e9566308981ded3aa10f50479ebaa2.tar.gz |
gcc/
* config.gcc: Remove support for sparc-*-openbsd*,
i860-*-sysv4*, ip2k-*-elf, ns32k-*-netbsdelf*,
ns32k-*-netbsd*.
* config.host: Remove support for i860-*-sysv4* as a host.
* config/i860/*, config/ip2k/*, config/ns32k/*,
config/sparc/openbsd.h, config/sparc/t-openbsd: Remove.
* doc/install.texi, doc/invoke.texi, doc/md.texi: Don't
mention obsolete ports.
testsuite/
* gcc.dg/20020312-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
gcc.dg/cpp/assert4.c: Don't mention obsolete ports.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102189 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config.host b/gcc/config.host index 2927ddd29f7..0f804aa543c 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -177,9 +177,6 @@ case ${host} in out_host_hook_obj="${out_host_hook_obj} host-i386-darwin.o" host_xmake_file="${host_xmake_file} i386/x-darwin" ;; - i860-*-sysv4*) - host_xmake_file=i860/x-sysv4 - ;; powerpc-*-beos*) host_can_use_collect2=no ;; |