From 5df2e902ff4a9d584cd04f806cccc07eff6c41a9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Oct 2009 08:51:11 +0000 Subject: Remove (Moved to c/src/lib/libbsp//). --- make/custom/m32csim.cfg | 22 ---------------------- make/custom/m32rsim.cfg | 21 --------------------- 2 files changed, 43 deletions(-) delete mode 100644 make/custom/m32csim.cfg delete mode 100644 make/custom/m32rsim.cfg (limited to 'make') 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 -- cgit v1.2.3