summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/mrm332/config/mrm332.cfg
blob: 7df1c189fae6561ed15fed6ae5f2efe3be390571 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
#  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

# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2567.
# The following two lines enable compiling and linking on per element.
# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
# LDFLAGS = -Wl,--gc-sections