summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 15:57:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-10 15:57:08 +0000
commit5463b374ac99b3bd424278a6ed51b1e35372bbdb (patch)
tree16e12cf863d239bf1d03b588544b9560cf0efe92 /make
parent2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5463b374ac99b3bd424278a6ed51b1e35372bbdb.tar.bz2
2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/c3xsim.cfg, custom/c4xsim.cfg: Removed.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/c3xsim.cfg24
-rw-r--r--make/custom/c4xsim.cfg24
3 files changed, 4 insertions, 48 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 9d656b6e97..9cc09666e8 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * custom/c3xsim.cfg, custom/c4xsim.cfg: Removed.
+
2008-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* leaf.cfg, compilers/gcc-target-default.cfg, custom/bf537Stamp.cfg,
diff --git a/make/custom/c3xsim.cfg b/make/custom/c3xsim.cfg
deleted file mode 100644
index 6a8fd86e20..0000000000
--- a/make/custom/c3xsim.cfg
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Configuration file for the GDB C4x simulator as a C3x
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU_MODEL=c32
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=32
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=c4xsim
-
-# optimize flag: typically -O2
-# -O2 is broken for the moment on the C4x gcc
-#CFLAGS_OPTIMIZE_V = -O2
-CFLAGS_OPTIMIZE_V = -O1 -g
-
-# this target has no start file
-START_BASE=
diff --git a/make/custom/c4xsim.cfg b/make/custom/c4xsim.cfg
deleted file mode 100644
index 907be7b1ae..0000000000
--- a/make/custom/c4xsim.cfg
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Configuration file for the GDB C4x simulator
-#
-# $Id$
-#
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU_MODEL=c40
-
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=40 #-msmall
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=c4xsim
-
-# optimize flag: typically -O2
-# -O2 is broken for the moment on the C4x gcc
-#CFLAGS_OPTIMIZE_V = -O2
-CFLAGS_OPTIMIZE_V = -O1 -g
-
-# this target has no start file
-START_BASE=