Back to home page

LXR

 
 

    


Warning, /bsps/m68k/gen68360/config/gen68360_040.cfg is written in an unsupported language. File is not indexed.

0001 #
0002 #  Configuration file for a 68040 using the 68360 in companion mode
0003 #
0004 
0005 RTEMS_CPU=m68k
0006 
0007 CPU_CFLAGS = -mcpu=68040
0008 
0009 include $(RTEMS_ROOT)/make/custom/default.cfg
0010 
0011 CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
0012 
0013 # FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2566.
0014 # The following two lines enable compiling and linking on per element.
0015 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0016 LDFLAGS = -Wl,--gc-sections