summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/HPUX9-posix.cfg3
-rw-r--r--make/custom/default.cfg5
2 files changed, 0 insertions, 8 deletions
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