4.115
Last change
on this file since d810129 was
d810129,
checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/10 at 23:13:11
|
2010-12-06 Joel Sherrill <joel.sherrilL@…>
- make/custom/rtl22xx_t.cfg: Now compiles.
|
-
Property mode set to
100644
|
File size:
515 bytes
|
Line | |
---|
1 | # |
---|
2 | # Config file for LPC22xx board in Thumb mode |
---|
3 | # |
---|
4 | # $Id$ |
---|
5 | # |
---|
6 | 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 | |
---|
12 | include $(RTEMS_ROOT)/make/custom/rtl22xx.cfg |
---|
13 | |
---|
14 | CPU_CFLAGS += -mthumb \ |
---|
15 | -fno-schedule-insns2 |
---|
16 | |
---|
17 | #CFLAG: -mthumb-interwork can add veneer between ARM and Thumb code. |
---|
18 | #CPU_CFLAGS += -mthumb-interwork -D __THUMB_INTERWORK__ -mthumb |
---|
19 | #CPU_ASFLAGS += -D __THUMB_INTERWORK__ -mthumb-interwork |
---|
20 | |
---|
21 | # Miscellaneous additions go here |
---|
Note: See
TracBrowser
for help on using the repository browser.