From 65a60cd427f0d59560ccdc6e7ac479006db03128 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Oct 1999 14:22:55 +0000 Subject: Removed all references to HOST_ARCH including the file gcc.cfg.in. All host programs are now compiled with automake generated rules. This was done after discussions with Ralf Corsepius and Eric Norum. --- make/leaf.cfg | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'make/leaf.cfg') diff --git a/make/leaf.cfg b/make/leaf.cfg index b02af689fd..06407755ae 100644 --- a/make/leaf.cfg +++ b/make/leaf.cfg @@ -34,16 +34,10 @@ MANAGERS := $(patsubst all, $(MANAGER_LIST), $(MANAGERS)) # and finally rip out duplicates MANAGERS := $(sort $(MANAGERS)) -# Pull in the desired compiler -# This is almost always the "target" compiler. -# But sometimes, you have to build something on the host. -# Allow for that by allowing individual Makefiles specify $(USE_HOST_COMPILER) +# Pull in the desired "target" compiler +# Programs built on the host use automake generated rules. # This will not change $(ARCH) -- binaries will still be place as per target -ifeq (,$(USE_HOST_COMPILER)) - include ${CONFIG.$(TARGET_ARCH).CC} -else - include $(CONFIG.$(HOST_ARCH).CC) -endif +include ${CONFIG.$(TARGET_ARCH).CC} ifeq (${DEPEND},$(wildcard ${DEPEND})) include ${DEPEND} # pull in dependencies if they exist endif -- cgit v1.2.3