summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x/c4xsim/make/custom/c4xsim.cfg
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/src/lib/libbsp/c4x/c4xsim/make/custom/c4xsim.cfg
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 '')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/make/custom/c4xsim.cfg3
1 files changed, 0 insertions, 3 deletions
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