2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>

* custom/rtl22xx.cfg: Adjust indentation.
This commit is contained in:
Ralf Corsepius
2007-07-28 04:38:40 +00:00
parent ae590b415e
commit 14c415f10b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/rtl22xx.cfg: Adjust indentation.
* custom/virtex.cfg: Use -O2.
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>

View File

@@ -21,7 +21,7 @@ CPU_CFLAGS = -mcpu=arm7tdmi -mstructure-size-boundary=8 -mapcs-frame
# -O4 is ok for RTEMS
# NOTE2: some level of -O may be actually required by inline assembler (at least
# -O2 so far.
CFLAGS_OPTIMIZE_V=-Os -g -DNDEBUG
CFLAGS_OPTIMIZE_V = -Os -g -DNDEBUG
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \