summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/mrm332/config/mrm332.cfg
blob: 5391f6607f8ea27fde2fb3d30f0b30a5ddd2262f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
#  Config file for the mrm332 BSP
#

include $(RTEMS_ROOT)/make/custom/default.cfg

RTEMS_CPU=m68k

#  This contains the compiler options necessary to select the CPU model
#  and (hopefully) optimize for it. 
CPU_CFLAGS = -mcpu=cpu32

# using optimise for size due to small memory on target board.
CFLAGS_OPTIMIZE_V = -Os -g -fomit-frame-pointer

# The following two lines enable compiling and linking on per element.
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
LDFLAGS = -Wl,--gc-sections