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

4.115
Last change on this file since 0afac6a was 74493f05, checked in by Sebastian Huber <sebastian.huber@…>, on 09/11/14 at 13:05:02

bsps/arm: Delete obsolete compiler flags

These flags are obsolete with the EABI based ARM tool chain.

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