Added conditional around TARGET_ARCH to prevent accidental overrides.

This commit is contained in:
Joel Sherrill
1998-05-18 16:39:49 +00:00
parent 7ebfa9347d
commit 0500c342e1

View File

@@ -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