diff options
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index ff55d73e53e..1e96471b06c 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -1398,6 +1398,12 @@ changequote([,])dnl fi ;; changequote(,)dnl + i[34567]86-*-netware) # Intel 80386's running netware +changequote([,])dnl + tm_file=i386/netware.h + tmake_file=i386/t-netware + ;; +changequote(,)dnl i[34567]86-sequent-bsd*) # 80386 from Sequent changequote([,])dnl use_collect2=yes |