summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 10:59:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 10:59:52 +0000
commite7cac30a8022e7bc562015df72c287f0060911e6 (patch)
tree8745d2c990bdc856b9b5299b7954e4bc7ed63699 /c
parent2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e7cac30a8022e7bc562015df72c287f0060911e6.tar.bz2
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/c3xsim.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/c4xsim.cfg: Remove RTEMS_BSP_FAMILY.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/ChangeLog5
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/make/custom/c3xsim.cfg3
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/make/custom/c4xsim.cfg3
3 files changed, 5 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
index 40ad1e4e17..8e3f3caae8 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
+++ b/c/src/lib/libbsp/c4x/c4xsim/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * make/custom/c3xsim.cfg: Remove RTEMS_BSP_FAMILY.
+ * make/custom/c4xsim.cfg: Remove RTEMS_BSP_FAMILY.
+
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS.
diff --git a/c/src/lib/libbsp/c4x/c4xsim/make/custom/c3xsim.cfg b/c/src/lib/libbsp/c4x/c4xsim/make/custom/c3xsim.cfg
index 872cfe24c3..0080b8fcb8 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/make/custom/c3xsim.cfg
+++ b/c/src/lib/libbsp/c4x/c4xsim/make/custom/c3xsim.cfg
@@ -12,9 +12,6 @@ RTEMS_CPU_MODEL=c32
# 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
diff --git a/c/src/lib/libbsp/c4x/c4xsim/make/custom/c4xsim.cfg b/c/src/lib/libbsp/c4x/c4xsim/make/custom/c4xsim.cfg
index 68749de8d1..a40e4eb433 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/make/custom/c4xsim.cfg
+++ b/c/src/lib/libbsp/c4x/c4xsim/make/custom/c4xsim.cfg
@@ -12,9 +12,6 @@ RTEMS_CPU_MODEL=c40
# 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