From 6455ddeeb52190d097ff9161466566c36106cee5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 May 2007 18:47:22 +0000 Subject: 2007-05-09 Joel Sherrill * leaf.cfg, compilers/gcc-no_bsp.cfg: Add optional manager stub for Classic API Barrier. --- make/custom/i386ex.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'make/custom/i386ex.cfg') diff --git a/make/custom/i386ex.cfg b/make/custom/i386ex.cfg index 9381dc67e0..9dc8de3830 100644 --- a/make/custom/i386ex.cfg +++ b/make/custom/i386ex.cfg @@ -32,13 +32,13 @@ CFLAGS_OPTIMIZE_V = -O2 -g # is currently required. define make-exe - $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).elf \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ $(LINK_OBJS) $(LINK_LIBS) - $(OBJCOPY) -O srec $(basename $@).elf $(basename $@).srec + $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).srec sed -e 's/.$$//' -e '/^S0/d' $(basename $@).srec | \ $(PACKHEX) > $(basename $@).exe - $(NM) -g -n $(basename $@).elf > $(basename $@).num - $(SIZE) $(basename $@).elf + $(NM) -g -n $(basename $@).nxe > $(basename $@).num + $(SIZE) $(basename $@).nxe endef # Miscellaneous additions go here -- cgit v1.2.3