From 5a339e2ff79d00b215549ad37836c8df65ecb190 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 9 Aug 2002 12:54:24 +0000 Subject: 2002-08-09 Joel Sherrill * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc. --- make/custom/gen405.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/custom/gen405.cfg') diff --git a/make/custom/gen405.cfg b/make/custom/gen405.cfg index 1bc9628010..311d5180a8 100644 --- a/make/custom/gen405.cfg +++ b/make/custom/gen405.cfg @@ -46,7 +46,8 @@ endef # $(OBJCOPY) -O srec --srec-len 120 $(basename $@).exe $(basename $@).srec define make-cxx-exe - $(LINK.c) $(AM_CFLAGS) $(AM_CXXFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe $(LINK_OBJS) $(LINK_LIBS) + $(LINK.cc) $(AM_CFLAGS) $(AM_CXXFLAGS) $(AM_LDFLAGS) \ + -o $(basename $@).exe $(LINK_OBJS) $(LINK_LIBS) $(OBJCOPY) -O srec $(basename $@).exe $(basename $@).srec $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ -- cgit v1.2.3