summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 15:46:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 15:46:14 +0000
commitbb47a3ba2111d5f3b7f2245f87234a659a441865 (patch)
treeda730da992ad17a4ee8ad95677cc5d111ff92ff7
parentMoved PPC_VECTOR_FILE_BASE to targopts.h (diff)
downloadrtems-bb47a3ba2111d5f3b7f2245f87234a659a441865.tar.bz2
Changed to standard make-exe type rule.
-rw-r--r--make/custom/mbx8xx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg
index f868c2fb52..490a7d6faa 100644
--- a/make/custom/mbx8xx.cfg
+++ b/make/custom/mbx8xx.cfg
@@ -181,7 +181,7 @@ define make-exe
endef
else
define make-exe
- $(CC) $(CFLAGS) $(CPU_CFLAGS) $(XLDFLAGS) -o $(basename $@).exe \
+ $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \
$(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $@ > $(basename $@).nm
$(STRIP) -o $(basename $@) $@