summaryrefslogtreecommitdiffstats
path: root/make/custom/default.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-18 16:39:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-18 16:39:49 +0000
commit0500c342e1f73f5b88c4dad15f3cf4e3ec40a360 (patch)
tree97ed92b07d1b93723bf84ac97da1ca33cc61c0f2 /make/custom/default.cfg
parentSwitched to using shared gcc-target-default.cfg. (diff)
downloadrtems-0500c342e1f73f5b88c4dad15f3cf4e3ec40a360.tar.bz2
Added conditional around TARGET_ARCH to prevent accidental overrides.
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