bsps: Remove unused RTEMS_CPU_MODEL

This patch is a part of the BSP source reorganization.

Update #3285.
This commit is contained in:
Sebastian Huber
2018-03-12 08:16:17 +01:00
parent a457082970
commit 4c83f2926d
7 changed files with 1 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@@ -7,9 +7,8 @@
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
LDFLAGS = -Wl,--gc-sections LDFLAGS = -Wl,--gc-sections

View File

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

View File

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

View File

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