From c51004a089461e6f10106a7edf03a82b537b7795 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Jan 2007 08:28:54 +0000 Subject: Misc cleanups. --- make/custom/gen68340.cfg | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'make/custom/gen68340.cfg') diff --git a/make/custom/gen68340.cfg b/make/custom/gen68340.cfg index 92eb447ae0..1f75bd9fbc 100644 --- a/make/custom/gen68340.cfg +++ b/make/custom/gen68340.cfg @@ -13,6 +13,8 @@ include $(RTEMS_ROOT)/make/custom/default.cfg # This is the actual bsp directory used during the build process. RTEMS_BSP_FAMILY=gen68340 +# This contains the compiler options necessary to select the CPU model +# and (hopefully) optimize for it. CPU_CFLAGS = -mcpu32 # optimize flag: typically -O2 @@ -27,19 +29,5 @@ define make-exe $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ endef -# if you want to make a prom image -# m68k-rtems-objcopy --adjust-section-vma \ -# .data=`m68k-rtems-objdump --section-headers $(basename $@).exe | \ -# awk 'function h2d(x) { x=toupper(x); digits=length(x); s=0 ; \ -# for (p=digits; p>0; p--) \ -# s += (16^(p-1)) * ( index("0123456789ABCDEF",\ -# substr(x,1+digits-p,1)) -1 );\ -# return s } ;\ -# /\.text/ { base = $$4 ; size = $$3 };\ -# END { printf("0x%x", h2d(base) + h2d(size)) }'\ -# ` $(basename $@).exe -# if you want to convert it to ieee -# m68k-rtems-objcopy --output-target=ieee --debugging \ -# $(basename $@).exe $(basename $@).ieee # Miscellaneous additions go here -- cgit v1.2.3