diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/mh-cxux | 5 | ||||
-rw-r--r-- | config/mh-decstation | 3 | ||||
-rw-r--r-- | config/mh-dgux386 | 5 | ||||
-rw-r--r-- | config/mh-lynxrs6k | 2 | ||||
-rw-r--r-- | config/mh-ncr3000 | 4 | ||||
-rw-r--r-- | config/mh-necv4 | 4 | ||||
-rw-r--r-- | config/mh-sco | 4 | ||||
-rw-r--r-- | config/mh-sysv5 | 4 |
9 files changed, 5 insertions, 31 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 2d8d573..29dee03 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2011-03-24 Joseph Myers <joseph@codesourcery.com> + + * mh-cxux, mh-decstation, mh-dgux386, mh-lynxrs6k, mh-ncr3000, + mh-necv4, mh-sco, mh-sysv5: Remove. + 2011-03-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Eric Blake <eblake@redhat.com> diff --git a/config/mh-cxux b/config/mh-cxux deleted file mode 100644 index 8680654..0000000 --- a/config/mh-cxux +++ /dev/null @@ -1,5 +0,0 @@ -# Configuration for Harris CX/UX 7 (and maybe 6), based on sysv4 configuration. - -# The l flag generates a warning from the SVR4 archiver, remove it. -AR_FLAGS = cq - diff --git a/config/mh-decstation b/config/mh-decstation deleted file mode 100644 index 320927c..0000000 --- a/config/mh-decstation +++ /dev/null @@ -1,3 +0,0 @@ -# for X11, since the native DECwindows include files are really broken when -# it comes to function prototypes. -X11_EXTRA_CFLAGS = "-DNeedFunctionPrototypes=0" diff --git a/config/mh-dgux386 b/config/mh-dgux386 deleted file mode 100644 index b2d2a05..0000000 --- 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 - diff --git a/config/mh-lynxrs6k b/config/mh-lynxrs6k deleted file mode 100644 index fac1b97..0000000 --- a/config/mh-lynxrs6k +++ /dev/null @@ -1,2 +0,0 @@ -# /bin/sh is too buggy, so use /bin/bash instead. -SHELL = /bin/bash diff --git a/config/mh-ncr3000 b/config/mh-ncr3000 deleted file mode 100644 index 7c6ee12..0000000 --- a/config/mh-ncr3000 +++ /dev/null @@ -1,4 +0,0 @@ -# Host configuration file for an NCR 3000 (i486/SVR4) system. - -# The l flag generates a warning from the SVR4 archiver, remove it. -AR_FLAGS = cq diff --git a/config/mh-necv4 b/config/mh-necv4 deleted file mode 100644 index d71805e..0000000 --- a/config/mh-necv4 +++ /dev/null @@ -1,4 +0,0 @@ -# Host Makefile fragment for NEC MIPS SVR4. - -# NEC -lX11 needs some other libraries. -X11_EXTRA_LIBS = -lsocket -lnsl 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 diff --git a/config/mh-sysv5 b/config/mh-sysv5 deleted file mode 100644 index 2e9374c..0000000 --- a/config/mh-sysv5 +++ /dev/null @@ -1,4 +0,0 @@ -# The l flag generates a warning from the SVR4 archiver, remove it. -AR_FLAGS = cr - -X11_EXTRA_LIBS = -lnsl |