summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/make/custom/at697f.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon2/make/custom/at697f.cfg')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/make/custom/at697f.cfg17
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/make/custom/at697f.cfg b/c/src/lib/libbsp/sparc/leon2/make/custom/at697f.cfg
deleted file mode 100644
index 94ab6efbe9..0000000000
--- a/c/src/lib/libbsp/sparc/leon2/make/custom/at697f.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Config file for the AT697F LEON2 SPARC processor.
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=sparc
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=leon -mfix-at697f
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections