summaryrefslogtreecommitdiffstats
path: root/make/custom/armulator.cfg
diff options
context:
space:
mode:
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