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-dgux386 | |
parent | 113b21bdaf45d2b80d1585b4b2c9cb20395667be (diff) | |
download | gcc-111eeb6ee5705d40454c91b8baea3c1d798421d4.tar.gz |
* 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-dgux386')
-rw-r--r-- | config/mh-dgux386 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/mh-dgux386 b/config/mh-dgux386 deleted file mode 100644 index b2d2a057b4c..00000000000 --- a/config/mh-dgux386 +++ /dev/null @@ -1,5 +0,0 @@ -# The l flag generates a warning from the SVR4 archiver, remove it. -AR_FLAGS = cr - -X11_EXTRA_LIBS = -lnsl - |