mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-16 12:55:26 +08:00
- Allow the RTEMS_ROOT to be conditionally supplied. This can be a staging area before being moved to the final install prefix location. - Update the default.cfg to use RTEMS_ROOT and to not rely on the exec_prefix so it's paths can be staged. - Fix and add the needed configure subs. Closes #3768
18 lines
591 B
INI
18 lines
591 B
INI
# Default target settings
|
|
#
|
|
# Some of these values are redefined in the target specific .cfg files.
|
|
#
|
|
# Created by Jiri Gaisler, 16-03-97 (who is owed a debt of gratitude
|
|
# for the initial RTEMS autoconf support. Thanks. --joel)
|
|
|
|
RTEMS_TARGET = $(RTEMS_CPU)-rtems$(RTEMS_API)
|
|
|
|
include $(RTEMS_ROOT)/$(RTEMS_TARGET)/$(RTEMS_BSP)/make/target.cfg
|
|
include $(RTEMS_SHARE)/make/host.cfg
|
|
|
|
include $(RTEMS_ROOT)/make/main.cfg
|
|
include $(RTEMS_ROOT)/$(RTEMS_TARGET)/$(RTEMS_BSP)/make/bsp.cfg
|
|
|
|
## Target compiler config file, if any
|
|
CONFIG.CC = $(RTEMS_SHARE)/make/compilers/gcc-target-default.cfg
|