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/HPUX9-posix.cfg | 3 --- make/custom/default.cfg | 5 ----- 2 files changed, 8 deletions(-) (limited to 'make/custom') diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg index 3af91c55d2..554d673c90 100644 --- a/make/custom/HPUX9-posix.cfg +++ b/make/custom/HPUX9-posix.cfg @@ -5,9 +5,6 @@ # # Specify here the host and target "architectures" -HOST_ARCH=o-$(RTEMS_HOST) -TARGET_ARCH=o-$(RTEMS_BSP) - RTEMS_CPU=unix RTEMS_CPU_FAMILY=hppa1_1 RTEMS_CPU_MODEL=hppa7200 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