diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-03-24 16:49:56 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-03-24 16:49:56 +0000 |
commit | 111eeb6ee5705d40454c91b8baea3c1d798421d4 (patch) | |
tree | 724743e68262ce25bae15dfcacae5355d12045bd /config/mh-sco | |
parent | 113b21bdaf45d2b80d1585b4b2c9cb20395667be (diff) | |
download | gcc-111eeb6ee5705d40454c91b8baea3c1d798421d4.zip gcc-111eeb6ee5705d40454c91b8baea3c1d798421d4.tar.gz gcc-111eeb6ee5705d40454c91b8baea3c1d798421d4.tar.bz2 |
* configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
*-*-rhapsody*): Remove host cases.
* configure: Regenerate.
config:
* mh-cxux, mh-decstation, mh-dgux386, mh-lynxrs6k, mh-ncr3000,
mh-necv4, mh-sco, mh-sysv5: Remove.
From-SVN: r171412
Diffstat (limited to 'config/mh-sco')
-rw-r--r-- | config/mh-sco | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/mh-sco b/config/mh-sco deleted file mode 100644 index bf5a807..0000000 --- a/config/mh-sco +++ /dev/null @@ -1,4 +0,0 @@ -# You may need this if you don't have bison. -# BISON = yacc -Sm10400 - -X11_EXTRA_LIBS = -lsocket -lm -lintl -lmalloc |