From c99984885a0396974111cdee1b540034005dfab0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Nov 2005 13:21:59 +0000 Subject: Replace .gxb with .elf. --- make/custom/gp32.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make') diff --git a/make/custom/gp32.cfg b/make/custom/gp32.cfg index bb3cb16b39..0b5d9b16ba 100644 --- a/make/custom/gp32.cfg +++ b/make/custom/gp32.cfg @@ -26,7 +26,7 @@ CFLAGS_OPTIMIZE_V= define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) - $(OBJCOPY) -O binary $(basename $@).exe $(basename $@).gxb + $(OBJCOPY) -O binary $(basename $@).exe $(basename $@).elf $(NM) -g -n $(basename $@).exe > $(basename $@).num $(SIZE) $(basename $@).exe endef @@ -34,7 +34,7 @@ endef define make-cxx-exe $(LINK.cc) $(AM_CFLAGS) $(AM_CXXFLAGS) $(AM_LDFLAGS) -o $@ \ $(LINK_OBJS) $(LINK_LIBS) - $(OBJCOPY) -O binary $(basename $@).exe $(basename $@).gxb + $(OBJCOPY) -O binary $(basename $@).exe $(basename $@).elf $(NM) -g -n $(basename $@).exe > $(basename $@).num $(SIZE) $(basename $@).exe endef -- cgit v1.2.3