summaryrefslogtreecommitdiffstats
path: root/make/custom/rtl22xx.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-04-26 03:27:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-04-26 03:27:01 +0000
commit412042aaca3e637ce02cf2e7e171eb0901ca6571 (patch)
tree609e49deee61115683ba3f4f803e54d810d304bb /make/custom/rtl22xx.cfg
parent2007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-412042aaca3e637ce02cf2e7e171eb0901ca6571.tar.bz2
2007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/rtl22xx.cfg: Cleanup.
Diffstat (limited to 'make/custom/rtl22xx.cfg')
-rw-r--r--make/custom/rtl22xx.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/make/custom/rtl22xx.cfg b/make/custom/rtl22xx.cfg
index d7cbd5bab9..617b92ee52 100644
--- a/make/custom/rtl22xx.cfg
+++ b/make/custom/rtl22xx.cfg
@@ -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 $@ \