2011-07-22 Joel Sherrill <joel.sherrilL@OARcorp.com>

PR 1845/bsps
	* make/custom/rtl22xx_t.cfg: Remove unused line with what is now
	invalid syntax.
This commit is contained in:
Joel Sherrill
2011-07-22 13:12:26 +00:00
parent 395fd11d2e
commit ca356b5d3a
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2011-07-22 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1845/bsps
* make/custom/rtl22xx_t.cfg: Remove unused line with what is now
invalid syntax.
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.

View File

@@ -3,16 +3,13 @@
#
# $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 \
-fno-schedule-insns2
CPU_CFLAGS += -mthumb -fno-schedule-insns2
#CFLAG: -mthumb-interwork can add veneer between ARM and Thumb code.
#CPU_CFLAGS += -mthumb-interwork -D __THUMB_INTERWORK__ -mthumb