2007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org>

* custom/rtl22xx.cfg: Cleanup.
This commit is contained in:
Ralf Corsepius
2007-04-26 03:27:01 +00:00
parent 07d7b95e7a
commit 412042aaca
2 changed files with 1 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
2007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/rtl22xx.cfg: Cleanup.
* Makefile.am: Add custom/rtl22xx.cfg.
2007-04-26 Ray Xu <xr@trasin.net>

View File

@@ -22,13 +22,6 @@ CPU_CFLAGS = -mcpu=arm7tdmi -mstructure-size-boundary=8 -mapcs-frame
# NOTE2: some level of -O may be actually required by inline assembler (at least
# -O2 so far.
CFLAGS_OPTIMIZE_V=-O2 -g
#CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align
# debug flags: typically none, but at least -O1 is required due to this
# BSP using inlined code
CFLAGS_DEBUG_V = -O1
#CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \