From 3db37a7ca80e657342bee68b4af02a04b78d17f8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 Sep 2000 19:39:00 +0000 Subject: 2000-09-13 Joel Sherrill * custom/arm_bare_bsp.cfg, custom/armulator.cfg, custom/dmv177.cfg, custom/mcp750.cfg, custom/vegaplus.cfg: Clean up. --- make/custom/armulator.cfg | 6 ------ 1 file changed, 6 deletions(-) (limited to 'make/custom/armulator.cfg') 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 -- cgit v1.2.3