summaryrefslogtreecommitdiffstats
path: root/c/src/lib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 10:48:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 10:48:36 +0000
commit040c66a427db11156fb71a9ed831864246066c47 (patch)
treeb47fa6b20571825c15f66ab94104504f5300aa3b /c/src/lib
parent2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-040c66a427db11156fb71a9ed831864246066c47.tar.bz2
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mvme162.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/mvme162lx.cfg: Remove RTEMS_BSP_FAMILY.
Diffstat (limited to 'c/src/lib')
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/ChangeLog5
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg3
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg3
3 files changed, 5 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme162/ChangeLog b/c/src/lib/libbsp/m68k/mvme162/ChangeLog
index 8c3190c78f..93eef39ad1 100644
--- a/c/src/lib/libbsp/m68k/mvme162/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mvme162/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * make/custom/mvme162.cfg: Remove RTEMS_BSP_FAMILY.
+ * make/custom/mvme162lx.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/m68k/mvme162/make/custom/mvme162.cfg b/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg
index 47a244dd1a..329c3d5cdd 100644
--- a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg
+++ b/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162.cfg
@@ -11,9 +11,6 @@ RTEMS_CPU=m68k
RTEMS_MVME162_MODEL=mvme162
RTEMS_CPU_MODEL=m68040
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=mvme162
-
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
diff --git a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg b/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg
index ca84859e26..ee83b356f8 100644
--- a/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg
+++ b/c/src/lib/libbsp/m68k/mvme162/make/custom/mvme162lx.cfg
@@ -18,9 +18,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=m68k
RTEMS_CPU_MODEL=m68lc040
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=mvme162
-
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#