summaryrefslogtreecommitdiffstats
path: root/make/custom/default.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/default.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/custom/default.cfg b/make/custom/default.cfg
index 6aa08a71a7..f09b2f89e3 100644
--- a/make/custom/default.cfg
+++ b/make/custom/default.cfg
@@ -13,7 +13,9 @@ include $(PROJECT_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
include $(RTEMS_ROOT)/make/main.cfg