summaryrefslogtreecommitdiffstats
path: root/make/custom/simhppa.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/simhppa.cfg')
-rw-r--r--make/custom/simhppa.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/simhppa.cfg b/make/custom/simhppa.cfg
index ed5de71bda..2f222108c4 100644
--- a/make/custom/simhppa.cfg
+++ b/make/custom/simhppa.cfg
@@ -117,8 +117,8 @@ define make-exe
endef
else
define make-exe
- $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_LD) $(GCC_LD_LOC_OPTIONS) \
- -o $(basename $@).exe \
+ $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) $(GCC_LD_LOC_OPTIONS) \
+ -o $@ \
$(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@