summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme147.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/mvme147.cfg')
-rw-r--r--make/custom/mvme147.cfg12
1 files changed, 0 insertions, 12 deletions
diff --git a/make/custom/mvme147.cfg b/make/custom/mvme147.cfg
index 931a08ff79..fe4f5314b1 100644
--- a/make/custom/mvme147.cfg
+++ b/make/custom/mvme147.cfg
@@ -23,17 +23,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.
-ifeq ($(RTEMS_USE_GCC272),yes)
-define make-exe
- $(LD) $(LDFLAGS) -N -T $(LINKCMDS) -o $(basename $@).nxe \
- $(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group
- $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i
- sed -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \
- $(PACKHEX) > $(basename $@).exe
- $(NM) -g -n $(basename $@).nxe > $(basename $@).num
- $(SIZE) $(basename $@).nxe
-endef
-else
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \
$(LINK_OBJS) $(LINK_LIBS)
@@ -43,6 +32,5 @@ define make-exe
$(NM) -g -n $(basename $@).nxe > $(basename $@).num
$(SIZE) $(basename $@).nxe
endef
-endif
# Miscellaneous additions go here