summaryrefslogtreecommitdiffstats
path: root/make/custom/psim.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/psim.cfg')
-rw-r--r--make/custom/psim.cfg8
1 files changed, 0 insertions, 8 deletions
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index 6cc3c01153..29dd21717c 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -35,13 +35,6 @@ CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
# $(START_FILE) $(LINK_OBJS) \
# $(LD_LIBS) \
# -Wl,-\( -Wl,-lc -Wl,-lrtemsall -Wl,-lgcc -Wl,-\)
-ifeq ($(RTEMS_USE_GCC272),yes)
-define make-exe
- $(CC) $(CFLAGS) -o $(basename $@).exe $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -g -n $@ > $(basename $@).num
- $(SIZE) $@
-endef
-else
# -Wl,--gc-sections
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \
@@ -49,6 +42,5 @@ define make-exe
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef
-endif
# Miscellaneous additions go here