* custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled
        with THUMB enabled
This commit is contained in:
Joel Sherrill
2007-11-06 22:54:59 +00:00
parent 5a364be362
commit 42fff325eb
2 changed files with 25 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2007-11-03 Ray Xu <rayx.cn@gmail.com>
* custom/rtl22xx_t.cfg: New file, rtl22xx_t is a new bsp compiled
with THUMB enabled
2007-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/icecube.cfg: Rename EP5200 to IceCube since that is the

20
make/custom/rtl22xx_t.cfg Normal file
View File

@@ -0,0 +1,20 @@
#
# Config file for LPC22xx board in Thumb mode
#
# $Id$
#
set USE_THUMB_MODE=YES
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
include $(RTEMS_ROOT)/make/custom/rtl22xx.cfg
CPU_CFLAGS += -mthumb
#CFLAG: -mthumb-interwork can add veneer between ARM and Thumb code.
#CPU_CFLAGS += -mthumb-interwork -D __THUMB_INTERWORK__ -mthumb
#CPU_ASFLAGS += -D __THUMB_INTERWORK__ -mthumb-interwork
# Miscellaneous additions go here