source: rtems/make/custom/rtl22xx_t.cfg @ 42fff32

4.104.114.95
Last change on this file since 42fff32 was 42fff32, checked in by Joel Sherrill <joel.sherrill@…>, on 11/06/07 at 22:54:59

2007-11-03 Ray Xu <rayx.cn@…>

  • custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled with THUMB enabled
  • Property mode set to 100644
File size: 495 bytes
Line 
1#
2#  Config file for LPC22xx board in Thumb mode
3#
4#  $Id$
5#
6set USE_THUMB_MODE=YES
7
8#  This contains the compiler options necessary to select the CPU model
9#  and (hopefully) optimize for it.
10#
11
12include $(RTEMS_ROOT)/make/custom/rtl22xx.cfg
13
14CPU_CFLAGS +=  -mthumb
15
16#CFLAG: -mthumb-interwork can add veneer between ARM and Thumb code.
17#CPU_CFLAGS += -mthumb-interwork -D __THUMB_INTERWORK__ -mthumb
18#CPU_ASFLAGS += -D __THUMB_INTERWORK__  -mthumb-interwork
19
20# Miscellaneous additions go here
Note: See TracBrowser for help on using the repository browser.