From 0500c342e1f73f5b88c4dad15f3cf4e3ec40a360 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 May 1998 16:39:49 +0000 Subject: Added conditional around TARGET_ARCH to prevent accidental overrides. --- make/custom/default.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/custom/default.cfg') 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 -- cgit v1.2.3