Back to home page

LXR

 
 

    


Warning, /bsps/arm/rtl22xx/config/rtl22xx_t.cfg is written in an unsupported language. File is not indexed.

0001 #
0002 #  Config file for LPC22xx board in Thumb mode
0003 #
0004 
0005 #  This contains the compiler options necessary to select the CPU model
0006 #  and (hopefully) optimize for it. 
0007 #
0008 
0009 include $(RTEMS_ROOT)/make/custom/rtl22xx.cfg
0010 
0011 CPU_CFLAGS += -mthumb
0012 
0013 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0014 
0015 LDFLAGS = -Wl,--gc-sections