From 1a98a0d66ac861c2f724dbed9ca3f0628252e9a1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 9 Nov 2001 00:08:13 +0000 Subject: 2001-11-08 Dennis Ehlin (ECS) This modification is part of the submitted modifications necessary to support the IBM PPC405 family. This submission was reviewed by Thomas Doerfler who ensured it did not negatively impact the ppc403 BSPs. The submission and tracking process was captured as PR50. * custom/gen405.cfg: New file. * custom/helas403.cfg: Modified to generate Srecords. --- make/custom/helas403.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/custom/helas403.cfg') diff --git a/make/custom/helas403.cfg b/make/custom/helas403.cfg index 02758eaa23..e1c4fa93f7 100644 --- a/make/custom/helas403.cfg +++ b/make/custom/helas403.cfg @@ -60,6 +60,7 @@ define make-exe --defsym __fini=0 --defsym __init=0 \ -o $@ -u atexit -u __vectors -u download_entry \ $(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group + $(OBJCOPY) -O srec --srec-len 120 $(basename $@).exe $(basename $@).srec $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ endef @@ -67,6 +68,7 @@ else define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \ $(LINK_OBJS) $(LINK_LIBS) + $(OBJCOPY) -O srec --srec-len 120 $(basename $@).exe $(basename $@).srec $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ endef -- cgit v1.2.3