forked from Imagelibrary/rtems
Remove RTEMS_BOARD_MODEL.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user