summaryrefslogtreecommitdiffstats
path: root/make/custom/bf537Stamp.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/bf537Stamp.cfg')
-rw-r--r--make/custom/bf537Stamp.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/make/custom/bf537Stamp.cfg b/make/custom/bf537Stamp.cfg
index 532df9f3a6..666bb8971b 100644
--- a/make/custom/bf537Stamp.cfg
+++ b/make/custom/bf537Stamp.cfg
@@ -12,22 +12,8 @@ RTEMS_BSP_FAMILY=bf537Stamp
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-#
CPU_CFLAGS =
# optimize flag: typically -O2
# gcc-4.2.0 segfaults on -OX > -O0
CFLAGS_OPTIMIZE_V = -O2 -g
-
-# 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) \
- $(LDLIBS) -o $@ \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -g -n $@ > $(basename $@).num
- $(SIZE) $@
-endef
-
-# Miscellaneous additions go here