From b1a66feaa389530ca152a4dcc868db652e3883c9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Mar 2008 20:50:58 +0000 Subject: 2008-03-11 Joel Sherrill * custom/av5282.cfg, custom/bare.cfg, custom/default.cfg, custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/idp.cfg, custom/mbx8xx.cfg, custom/mcf5235.cfg, custom/mcp750.cfg, custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme3100.cfg, custom/mvme5500.cfg, custom/nios2_iss.cfg, custom/pc386.cfg, custom/posix.cfg, custom/score603e.cfg, custom/sim68000.cfg, custom/simcpu32.cfg, custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg, custom/virtex.cfg: Switch to explicit .exe instead of EXEEXT to get it to work. --- make/custom/default.cfg | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'make/custom/default.cfg') diff --git a/make/custom/default.cfg b/make/custom/default.cfg index 52f9dff002..9aad5f8c6d 100644 --- a/make/custom/default.cfg +++ b/make/custom/default.cfg @@ -19,40 +19,3 @@ CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg # Base name of start file START_BASE=start - -## what to do about $(EXEEXT) --> $(EXEEXT) -## -o $(basename $@)$(EXEEXT) OR -## -o $(basename $@)$(EXEEXT) OR - -EXEEXT=.exe -DOWNEXT=.ralf - -define bsp-link-c - $(LINK.c) $(CPU_CFLAGS) $(AM_CFLAGS) $(AM_LDFLAGS) \ - -o $(basename $@)$(EXEEXT) $(LINK_OBJS) $(LINK_LIBS) -endef - -define bsp-link-cxx - $(LINK.cc) $(CPU_CFLAGS) $(AM_CFLAGS) $(AM_LDFLAGS) \ - -o $(basename $@)$(EXEEXT) $(LINK_OBJS) $(LINK_LIBS) -endef - -define default-bsp-post-link - $(NM) -g -n $@ > $(basename $@).num - $(SIZE) $@ -endef - -define bsp-post-link - $(default-bsp-post-link) - cp $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT) -endef - -define make-exe - $(bsp-link-c) - $(bsp-post-link) -endef - -define make-cxx-exe - $(bsp-link-cxx) - $(bsp-post-link) -endef -- cgit v1.2.3