Warning, /bsps/m68k/gen68360/config/gen68360.cfg is written in an unsupported language. File is not indexed.
0001 #
0002 # Config file for a "generic 68360" BSP
0003
0004 RTEMS_CPU=m68k
0005
0006 include $(RTEMS_ROOT)/make/custom/default.cfg
0007
0008 CPU_CFLAGS = -mcpu=cpu32
0009
0010 CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
0011
0012 # FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2566.
0013 # The following two lines enable compiling and linking on per element.
0014 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0015 LDFLAGS = -Wl,--gc-sections