summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 08:51:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-15 08:51:11 +0000
commit5df2e902ff4a9d584cd04f806cccc07eff6c41a9 (patch)
tree6589419f90c03540b648c5439c313bca3edb37f2 /make
parent2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5df2e902ff4a9d584cd04f806cccc07eff6c41a9.tar.bz2
Remove (Moved to c/src/lib/libbsp/<cpu>/<bsp>).
Diffstat (limited to 'make')
-rw-r--r--make/custom/m32csim.cfg22
-rw-r--r--make/custom/m32rsim.cfg21
2 files changed, 0 insertions, 43 deletions
diff --git a/make/custom/m32csim.cfg b/make/custom/m32csim.cfg
deleted file mode 100644
index b768712544..0000000000
--- a/make/custom/m32csim.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Config file for the M32C GDB Simulator
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=m32c
-RTEMS_CPU_MODEL=m32c
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=m32cbsp
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=m32cm
-
-# optimize flag: typically -O2
-# see GCC PR37665
-#CFLAGS_OPTIMIZE_V = -Os -g
-CFLAGS_OPTIMIZE_V = -O0 -g
diff --git a/make/custom/m32rsim.cfg b/make/custom/m32rsim.cfg
deleted file mode 100644
index e67f6ab9f5..0000000000
--- a/make/custom/m32rsim.cfg
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Config file for the M32C GDB Simulator
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=m32r
-RTEMS_CPU_MODEL=m32r
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=m32rsim
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS =
-
-# optimize flag: typically -O2
-# see GCC PR37665
-CFLAGS_OPTIMIZE_V = -O2 -g