Warning, /bsps/m68k/gen68340/config/gen68340.cfg is written in an unsupported language. File is not indexed.
0001 #
0002 # Config file for a "generic 68340" BSP
0003
0004 RTEMS_CPU=m68k
0005
0006 include $(RTEMS_ROOT)/make/custom/default.cfg
0007
0008 # This contains the compiler options necessary to select the CPU model
0009 # and (hopefully) optimize for it.
0010 CPU_CFLAGS = -mcpu=cpu32
0011
0012 # optimize flag: typically -O2
0013 CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
0014
0015 # FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2573.
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