mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user