forked from Imagelibrary/rtems
bsps: Remove unused RTEMS_CPU_MODEL
This patch is a part of the BSP source reorganization. Update #3285.
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
# fast (instruction and data cache)
|
# fast (instruction and data cache)
|
||||||
|
|
||||||
RTEMS_CPU = lm32
|
RTEMS_CPU = lm32
|
||||||
RTEMS_CPU_MODEL = lm32
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
# fast (instruction and data cache)
|
# fast (instruction and data cache)
|
||||||
|
|
||||||
RTEMS_CPU = lm32
|
RTEMS_CPU = lm32
|
||||||
RTEMS_CPU_MODEL = lm32
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||||
|
|
||||||
RTEMS_CPU=m32c
|
RTEMS_CPU=m32c
|
||||||
RTEMS_CPU_MODEL=m32c
|
|
||||||
|
|
||||||
CPU_CFLAGS = -mcpu=m32cm
|
CPU_CFLAGS = -mcpu=m32cm
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||||
|
|
||||||
RTEMS_CPU=moxie
|
RTEMS_CPU=moxie
|
||||||
RTEMS_CPU_MODEL=moxie
|
|
||||||
|
|
||||||
# optimize flag: typically -O2
|
# optimize flag: typically -O2
|
||||||
CFLAGS_OPTIMIZE_V = -Os -g -ffunction-sections -fdata-sections
|
CFLAGS_OPTIMIZE_V = -Os -g -ffunction-sections -fdata-sections
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
# fast (instruction and data cache)
|
# fast (instruction and data cache)
|
||||||
|
|
||||||
RTEMS_CPU = nios2
|
RTEMS_CPU = nios2
|
||||||
RTEMS_CPU_MODEL = economy
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||||
|
|
||||||
RTEMS_CPU=no_cpu
|
RTEMS_CPU=no_cpu
|
||||||
RTEMS_CPU_MODEL=no_cpu_model
|
|
||||||
|
|
||||||
# Miscellaneous additions go here. Typical options usually look like
|
# Miscellaneous additions go here. Typical options usually look like
|
||||||
CFLAGS_OPTIMIZE_V += -O2 -g
|
CFLAGS_OPTIMIZE_V += -O2 -g
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||||
|
|
||||||
RTEMS_CPU=v850
|
RTEMS_CPU=v850
|
||||||
RTEMS_CPU_MODEL=v850
|
|
||||||
|
|
||||||
# optimize flag: typically -O2
|
# optimize flag: typically -O2
|
||||||
CFLAGS_OPTIMIZE_V = -O2 -g
|
CFLAGS_OPTIMIZE_V = -O2 -g
|
||||||
|
|||||||
Reference in New Issue
Block a user