summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68302/make/custom/gen68302.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-01-23 16:44:27 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-23 16:45:11 -0600
commit77990ec71456341463965b756db1a9d671df5611 (patch)
tree2290e1e7c9279310279610d07726cae8bb8573ed /c/src/lib/libbsp/m68k/gen68302/make/custom/gen68302.cfg
parentpowerpc/gen5200: Add per-section compilation and linking support. (diff)
downloadrtems-77990ec71456341463965b756db1a9d671df5611.tar.bz2
Obsolete and remove m68k/gen68302
closes #2543.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68302/make/custom/gen68302.cfg')
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/make/custom/gen68302.cfg19
1 files changed, 0 insertions, 19 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68302/make/custom/gen68302.cfg b/c/src/lib/libbsp/m68k/gen68302/make/custom/gen68302.cfg
deleted file mode 100644
index e60a6417f6..0000000000
--- a/c/src/lib/libbsp/m68k/gen68302/make/custom/gen68302.cfg
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Config file for a "generic 68302" BSP
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=m68k
-RTEMS_CPU_MODEL=m68302
-
-#
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=68302
-
-# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-
-LDFLAGS = -Wl,--gc-sections