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/custom/default.cfg | 5 ----- 1 file changed, 5 deletions(-) (limited to 'make/custom/default.cfg') diff --git a/make/custom/default.cfg b/make/custom/default.cfg index c6628f8068..8084579c69 100644 --- a/make/custom/default.cfg +++ b/make/custom/default.cfg @@ -12,7 +12,6 @@ include $(RTEMS_ROOT)/make/target.cfg include $(RTEMS_ROOT)/make/host.cfg # Specify here the host and target "architectures" -HOST_ARCH=o-$(RTEMS_HOST) ifndef TARGET_ARCH TARGET_ARCH=o-$(RTEMS_BSP) endif @@ -30,10 +29,6 @@ INLINE=inline INLINE_UPCASE=INLINE endif -# HOST Compiler config file -# You may also want to specify where the compiler resides here. -CONFIG.$(HOST_ARCH).CC = $(PROJECT_ROOT)/make/compilers/gcc.cfg - ## Target compiler config file, if any CONFIG.$(TARGET_ARCH).CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg -- cgit v1.2.3