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.cfg10
1 files changed, 0 insertions, 10 deletions
diff --git a/make/custom/simhppa.cfg b/make/custom/simhppa.cfg
index bcbd55aea4..26e87b95dc 100644
--- a/make/custom/simhppa.cfg
+++ b/make/custom/simhppa.cfg
@@ -78,15 +78,6 @@ GCC_LD_LOC_OPTIONS=-W,l-T -W,ldata -W,l$(DATA_$(NODE)_BASE) \
# 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
- $(LDARGS) $(LD) $(LD_LOC_OPTIONS) $(XLDFLAGS) -a archive \
- -o $@ -u atexit \
- $(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group
- $(NM) -g -n $@ > $(basename $@).num
- $(SIZE) $@
-endef
-else
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) $(GCC_LD_LOC_OPTIONS) \
-o $@ \
@@ -94,7 +85,6 @@ define make-exe
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef
-endif
# Miscellaneous additions go here