summaryrefslogtreecommitdiffstats
path: root/make/custom/armulator.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-30 06:46:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-30 06:46:38 +0000
commit0c642539f20904a139fb2851d18d9a55ffce8729 (patch)
treeeddbdfa1e4148db59036b942264e79bc3eb605e0 /make/custom/armulator.cfg
parent * vmeUniverse/vmeTsi148.h: user now must define a symbol (diff)
downloadrtems-0c642539f20904a139fb2851d18d9a55ffce8729.tar.bz2
Cleanup.
Diffstat (limited to '')
-rw-r--r--make/custom/armulator.cfg11
1 files changed, 1 insertions, 10 deletions
diff --git a/make/custom/armulator.cfg b/make/custom/armulator.cfg
index 1a96a9587f..f5d6ee4ae8 100644
--- a/make/custom/armulator.cfg
+++ b/make/custom/armulator.cfg
@@ -18,18 +18,9 @@ RTEMS_BSP_FAMILY=armulator
#CPU_CFLAGS = -mcpu=arm7tdmi
# CPU_CFLAGS = -msoft-float
-# optimize flag: typically -0, could use -O4 or -fast
-# -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=
+# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V=-O4
-# 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 $@ \
$(LINK_OBJS) $(LINK_LIBS)