summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bfin/TLL6527M/make/custom/TLL6527M.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/bfin/TLL6527M/make/custom/TLL6527M.cfg')
-rw-r--r--c/src/lib/libbsp/bfin/TLL6527M/make/custom/TLL6527M.cfg19
1 files changed, 0 insertions, 19 deletions
diff --git a/c/src/lib/libbsp/bfin/TLL6527M/make/custom/TLL6527M.cfg b/c/src/lib/libbsp/bfin/TLL6527M/make/custom/TLL6527M.cfg
deleted file mode 100644
index 8226543b89..0000000000
--- a/c/src/lib/libbsp/bfin/TLL6527M/make/custom/TLL6527M.cfg
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Config file for Blackfin TLL6527M
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=bfin
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-CPU_CFLAGS =-mcpu=bf527
-
-# optimize flag: typically -O2
-# gcc-4.2.0 segfaults on -OX > -O0
-CFLAGS_OPTIMIZE_V = -O2 -g
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections