From c6eba79c2d14e4c48bbe2974c21b65337a7bf80e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 10 May 2007 17:36:19 +0000 Subject: 2007-05-10 Joel Sherrill * custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/pc386.cfg, custom/sim68000.cfg, custom/ts_386ex.cfg: Clean up to use .nxe extension instead of BSP unique ones. --- make/custom/ts_386ex.cfg | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'make/custom/ts_386ex.cfg') diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg index 15f00c7c43..95f8659f9a 100644 --- a/make/custom/ts_386ex.cfg +++ b/make/custom/ts_386ex.cfg @@ -21,20 +21,12 @@ CPU_CFLAGS =-msoft-float -mno-fp-ret-in-387 # optimize flag: typically -O2 CFLAGS_OPTIMIZE_V = -O2 -g -# Something like this should produce a map file but this does not work. - -# -Xlinker "-Map $(basename $@).map" $(LINK_OBJS) -# -# This is a good way to get debug information. The rdmp file is large -# though (1.9 Mb for hello) and greatly slows the build process. -# $(OBJDUMP) -x -m i386 -d $(basename $@).elf > $(basename $@).rdmp - 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 binary $(basename $@).elf $(basename $@).exe - $(NM) -g -n $(basename $@).elf > $(basename $@).num - $(SIZE) $(basename $@).elf + $(OBJCOPY) -O binary $(basename $@).nxe $(basename $@).exe + $(NM) -g -n $(basename $@).nxe > $(basename $@).num + $(SIZE) $(basename $@).nxe endef # Miscellaneous additions go here -- cgit v1.2.3