Remove RTEMS_BOARD_MODEL.

This commit is contained in:
Ralf Corsepius
2008-10-02 07:14:58 +00:00
parent b465b0f110
commit e90653d79c

View File

@@ -12,7 +12,7 @@ RTEMS_BSP_FAMILY=genmcf548x
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcfv4e -D$(RTEMS_BOARD_MODEL) -Wa,-memac
CPU_CFLAGS = -mcfv4e -Wa,-memac
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer