diff options
author | Geoff Keating <geoffk@cygnus.com> | 2000-10-18 19:57:54 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2000-10-18 19:57:54 +0000 |
commit | 4c2c5712af14f6d1b8f1c6da6ba7813ac7705563 (patch) | |
tree | b057fdbe6c9a08df053a493df67446cfc45b5bfe /gcc/configure | |
parent | 6bcedb4e1cdc77c336e1742cdcff7f89ecbbb660 (diff) | |
download | gcc-4c2c5712af14f6d1b8f1c6da6ba7813ac7705563.tar.gz |
t-netware: Bring in from the Red Hat tree.
2000-10-18 Geoffrey Keating <geoffk@cygnus.com>
David V. Henkel-Wallace <gumby@cygnus.com>
* config/i386/t-netware: Bring in from the Red Hat tree.
* config/i386/netware.h: Likewise.
* config/netware.h: Likewise.
* config/rs6000/netware.h: Delete.
* configure.in: Add i[34567]86-*-netware.
* configure: Hand-edit to match configure.in change.
Co-Authored-By: David V. Henkel-Wallace <gumby@cygnus.com>
From-SVN: r36941
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure index 8813b0fc05d..f1169ef7d78 100755 --- a/gcc/configure +++ b/gcc/configure @@ -4509,6 +4509,10 @@ for machine in $build $host $target; do thread_file='mach' fi ;; + i[34567]86-*-netware) # Intel 80386's running netware + tm_file=i386/netware.h + tmake_file=i386/t-netware + ;; i[34567]86-sequent-bsd*) # 80386 from Sequent use_collect2=yes if test x$gas = xyes |