forked from Imagelibrary/rtems
Added conditional around TARGET_ARCH to prevent accidental overrides.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user