summaryrefslogtreecommitdiffstats
path: root/make/custom/gen83xx.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/gen83xx.cfg21
1 files changed, 1 insertions, 20 deletions
diff --git a/make/custom/gen83xx.cfg b/make/custom/gen83xx.cfg
index 5b8dc6c264..d69e0c7899 100644
--- a/make/custom/gen83xx.cfg
+++ b/make/custom/gen83xx.cfg
@@ -25,23 +25,4 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing\
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
-# The following are definitions of make-exe which will work using ld as
-# is currently required.
-
-define make-exe
- $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
- -qnolinkcmds -T $(RTEMS_LINKCMDS) -o $(basename $@).exe \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -g -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef
-
-define make-cxx-exe
- $(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) \
- -qnolinkcmds -T $(RTEMS_LINKCMDS) -o $(basename $@).exe \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -g -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef
-
-# Miscellaneous additions go here
+AM_LDFLAGS+= -qnolinkcmds -T $(RTEMS_LINKCMDS)