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