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

4.115
Last change on this file since 6ae51d2e was 6ae51d2e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/07/11 at 11:00:48

2011-10-07 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/rtl22xx_t.cfg: Remove USE_THUMB (Violates *.cfg conventions, unused).
  • Property mode set to 100644
File size: 496 bytes
Line 
1#
2#  Config file for LPC22xx board in Thumb mode
3#
4#  $Id$
5#
6
7#  This contains the compiler options necessary to select the CPU model
8#  and (hopefully) optimize for it.
9#
10
11include $(RTEMS_ROOT)/make/custom/rtl22xx.cfg
12
13CPU_CFLAGS +=  -mthumb \
14        -fno-schedule-insns2
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.