source: rtems/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t.cfg @ 0c3bae8

4.104.115
Last change on this file since 0c3bae8 was 45a3b303, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 09:08:02

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/rtl22xx.cfg: New (relocated from /make/custom).
  • make/custom/rtl22xx_t.cfg: New (relocated from /make/custom).
  • 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.