summaryrefslogtreecommitdiffstats
path: root/make/custom/csb337.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/csb337.cfg')
-rw-r--r--make/custom/csb337.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/make/custom/csb337.cfg b/make/custom/csb337.cfg
index 128a4aee24..2f16f0e679 100644
--- a/make/custom/csb337.cfg
+++ b/make/custom/csb337.cfg
@@ -14,18 +14,7 @@ RTEMS_BSP_FAMILY=csb337
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-#
CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
-
-
-define make-exe
- $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -g -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef
-
-# Miscellaneous additions go here