* configure.in: Convert to autoconf script.  Blow away lots
	of now-redundant Makefile fragments.
	* configure: Generate using Autoconf.
	* Makefile.tpl: Rewrite to reflect autoconfiscation.
	* Makefile.in: Regenerate.
(config)
	* acx.m4: New.
	* mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300,
	mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition,
	mh-riscos, mh-sysv: Delete.
	* mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000,
	mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
This commit is contained in:
Nathanael Nerode
2002-12-28 07:09:15 +00:00
parent caf27c0155
commit bafecfd6dd
30 changed files with 4098 additions and 1301 deletions

View File

@ -1,3 +1,12 @@
2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
* acx.m4: New.
* mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300,
mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition,
mh-riscos, mh-sysv: Delete.
* mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000,
mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
2002-12-16 Christopher Faylor <cgf@redhat.com>
* mh-cygwin: Don't build libtermcap if it doesn't exist.

View File

@ -1,2 +0,0 @@
RANLIB=true
BISON=yacc

View File

@ -1 +0,0 @@
RANLIB = @:

View File

@ -1 +0,0 @@
RANLIB=true

View File

@ -1,7 +1,5 @@
# Configuration for Harris CX/UX 7 (and maybe 6), based on sysv4 configuration.
RANLIB = true
# The l flag generates a warning from the SVR4 archiver, remove it.
AR_FLAGS = cq

View File

@ -1,4 +0,0 @@
RANLIB = true

View File

@ -1,6 +1,3 @@
# from mh-sysv4
RANLIB = true
# The l flag generates a warning from the SVR4 archiver, remove it.
AR_FLAGS = cr

View File

@ -1,3 +0,0 @@
# If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
# If it's HP/UX ar, this should be harmless.
RANLIB = ar ts

View File

@ -1 +0,0 @@
RANLIB = true

View File

@ -1 +0,0 @@
RANLIB = true

View File

@ -1,6 +1,5 @@
# The shell may not be in /bin.
SHELL = sh
RANLIB = true
# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
# built without debugging information

View File

@ -1,2 +0,0 @@
# Makefile changes for SGI's running IRIX-5.x.
RANLIB = true

View File

@ -1,2 +0,0 @@
# Makefile changes for SGI's running IRIX-6.x.
RANLIB = true

View File

@ -1,5 +1,2 @@
# LynxOS running on the rs6000 doesn't have ranlib
RANLIB = true
# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash

View File

@ -1,6 +1,4 @@
# Host configuration file for an NCR 3000 (i486/SVR4) system.
RANLIB = true
# The l flag generates a warning from the SVR4 archiver, remove it.
AR_FLAGS = cq

View File

@ -1,3 +0,0 @@
# Host configuration file for an NCR 3000 (i486/SVR43) system.
RANLIB = true

View File

@ -1,6 +1,4 @@
# Host Makefile fragment for NEC MIPS SVR4.
RANLIB = true
# NEC -lX11 needs some other libraries.
X11_EXTRA_LIBS = -lsocket -lnsl

View File

@ -1 +0,0 @@
RANLIB = true

View File

@ -1,3 +0,0 @@
# This is for a MIPS running RISC/os 4.52C.
RANLIB = true

View File

@ -1,4 +1,3 @@
RANLIB = true
# You may need this if you don't have bison.
# BISON = yacc -Sm10400

View File

@ -1,5 +1,2 @@
# Makefile changes for Suns running Solaris 2
RANLIB = true
X11_EXTRA_LIBS = -lnsl -lsocket

View File

@ -1 +0,0 @@
RANLIB = true

View File

@ -1,5 +1,3 @@
RANLIB = true
# The l flag generates a warning from the SVR4 archiver, remove it.
AR_FLAGS = cr

View File

@ -1,5 +1,3 @@
RANLIB = true
# The l flag generates a warning from the SVR4 archiver, remove it.
AR_FLAGS = cr

View File

@ -1,4 +1,3 @@
CC_FOR_TARGET = ca732 -ansi
AS_FOR_TARGET = as732
AR_FOR_TARGET = ar732
RANLIB_FOR_TARGET = true