From ef386359a31777efa7e2ae55a4b4934d1e59583e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 29 Aug 2000 14:52:33 +0000 Subject: 2000-08-29 Joel Sherrill * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags. --- make/custom/armulator.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/custom/armulator.cfg') diff --git a/make/custom/armulator.cfg b/make/custom/armulator.cfg index 753acdd2ae..ef09b42e32 100644 --- a/make/custom/armulator.cfg +++ b/make/custom/armulator.cfg @@ -43,8 +43,8 @@ CFLAGS_DEBUG_V = -O1 #CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align define make-exe -# $(CC) -v -static -Wl,-Map -Wl,Mapfile -Wl,-T -Wl,linkcmds -Wl,-N -o $(basename $@).obj $(LINK_OBJS) $(LINK_LIBS) - $(LINK.c) $(LDLIBS) -o $@ $(LINK_OBJS) $(LINK_LIBS) + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ + $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $(basename $@).exe > $(basename $@).num $(SIZE) $(basename $@).exe -- cgit v1.2.3