summaryrefslogtreecommitdiffstats
path: root/make/custom/portsw.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/portsw.cfg')
-rw-r--r--make/custom/portsw.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/make/custom/portsw.cfg b/make/custom/portsw.cfg
index 3ee558c482..f21e84251d 100644
--- a/make/custom/portsw.cfg
+++ b/make/custom/portsw.cfg
@@ -14,16 +14,6 @@ RTEMS_CPU_MODEL=a29205
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=portsw
-ifeq ($(RTEMS_USE_GCC272),yes)
-define make-exe
- $(LD) $(LDFLAGS) -N -e _start \
- -T$(PROJECT_RELEASE)/lib/linkcmds\
- -o $(basename $@).exe \
- $(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group
- $(NM) -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef
-else
define make-exe
$(LINK.c) -Wl,-Map,$(basename $@).map \
$(LDLIBS) -o $@ \
@@ -31,6 +21,5 @@ define make-exe
$(NM) -n $@ > $(basename $@).num
$(SIZE) $@
endef
-endif
# Miscellaneous additions go here