forked from Imagelibrary/rtems
Renamed bare BSP specific options to make the dependency obvious.
This commit is contained in:
@@ -50,10 +50,11 @@ RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@
|
||||
RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
|
||||
RTEMS_USE_GCC272 = @RTEMS_USE_GCC272@
|
||||
RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@
|
||||
|
||||
RTEMS_CPU = @target_cpu@
|
||||
RTEMS_CPU_MODEL = @RTEMS_CPU_MODEL@
|
||||
CPU_CFLAGS = @CPU_CFLAGS@
|
||||
|
||||
# the following are only used for the bare bsp
|
||||
BARE_CPU_MODEL = @BARE_CPU_MODEL@
|
||||
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
|
||||
|
||||
INSTALL=$(PROJECT_ROOT)/$(RTEMS_BSP)/build-tools/install-if-change
|
||||
XCFLAGS=$(CFLAGS_FOR_TARGET)
|
||||
|
||||
Reference in New Issue
Block a user