summaryrefslogtreecommitdiffstats
path: root/make/custom/armulator.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-13 19:39:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-13 19:39:00 +0000
commit3db37a7ca80e657342bee68b4af02a04b78d17f8 (patch)
tree5763b4c89a0a23244a562e9732d2fc341031ed11 /make/custom/armulator.cfg
parent2000-09-13 Emmanuel Raguet <raguet@crf.canon.fr> (diff)
downloadrtems-3db37a7ca80e657342bee68b4af02a04b78d17f8.tar.bz2
2000-09-13 Joel Sherrill <joel@OARcorp.com>
* custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg, custom/mcp750.cfg, custom/vegaplus.cfg: Clean up.
Diffstat (limited to 'make/custom/armulator.cfg')
-rw-r--r--make/custom/armulator.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/make/custom/armulator.cfg b/make/custom/armulator.cfg
index ef09b42e32..b4bdd067b7 100644
--- a/make/custom/armulator.cfg
+++ b/make/custom/armulator.cfg
@@ -29,13 +29,8 @@ CPU_CFLAGS =
# -O4 is ok for RTEMS
# NOTE2: some level of -O may be actually required by inline assembler (at least
# -O2 so far.
-# NOTE2 Apparently nobody really knows the status or r2 and r13.
-# As far as I know, small data are pointer impose a very specific compliation
-# model => not used.
-# Currently the sdata2 and sbss2 sections are empty => r2 is not used...
CFLAGS_OPTIMIZE_V=
#CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align
-#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -fvolatile-global -fvolatile -mstrict-align -mcpu=750
# debug flags: typically none, but at least -O1 is required due to this
# BSP using inlined code
@@ -47,7 +42,6 @@ define make-exe
$(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $(basename $@).exe > $(basename $@).num
$(SIZE) $(basename $@).exe
-
endef
# Miscellaneous additions go here