From 80e24f1f0e1522fd1121199ae7421ea16f209aa2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Jun 2000 22:22:00 +0000 Subject: rxgen960 compiles and links. --- make/custom/rxgen960.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'make') diff --git a/make/custom/rxgen960.cfg b/make/custom/rxgen960.cfg index 59867642b8..09f0977dc8 100644 --- a/make/custom/rxgen960.cfg +++ b/make/custom/rxgen960.cfg @@ -65,10 +65,12 @@ define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $@ > $(basename $@).num - $(OBJCOPY) -oformat binary $@ $(basename $@).bin + $(OBJCOPY) -O binary $@ $(basename $@).bin $(SIZE) $@ endef endif # Miscellaneous additions go here +START_BASE= +START_FILE= -- cgit v1.2.3