Warning, /bsps/m68k/mrm332/config/mrm332.cfg is written in an unsupported language. File is not indexed.
0001 #
0002 # Config file for the mrm332 BSP
0003 #
0004
0005 include $(RTEMS_ROOT)/make/custom/default.cfg
0006
0007 RTEMS_CPU=m68k
0008
0009 # This contains the compiler options necessary to select the CPU model
0010 # and (hopefully) optimize for it.
0011 CPU_CFLAGS = -mcpu=cpu32
0012
0013 # using optimise for size due to small memory on target board.
0014 CFLAGS_OPTIMIZE_V = -Os -g -fomit-frame-pointer
0015
0016 # The following two lines enable compiling and linking on per element.
0017 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0018 LDFLAGS = -Wl,--gc-sections