summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme167
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 10:48:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 10:48:38 +0000
commite31f381d2bc492e1a76ebedc2cd522719784bcb4 (patch)
treeca5e8f019c5c4eb83b35cdc831d057a911942329 /c/src/lib/libbsp/m68k/mvme167
parent2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e31f381d2bc492e1a76ebedc2cd522719784bcb4.tar.bz2
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/mvme167.cfg: Remove RTEMS_BSP_FAMILY.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme167')
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/ChangeLog4
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/make/custom/mvme167.cfg4
2 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme167/ChangeLog b/c/src/lib/libbsp/m68k/mvme167/ChangeLog
index 71a56daa7f..7fae99546a 100644
--- a/c/src/lib/libbsp/m68k/mvme167/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mvme167/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * make/custom/mvme167.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/mvme167/make/custom/mvme167.cfg b/c/src/lib/libbsp/m68k/mvme167/make/custom/mvme167.cfg
index 5a4a771c77..cccecb3bb4 100644
--- a/c/src/lib/libbsp/m68k/mvme167/make/custom/mvme167.cfg
+++ b/c/src/lib/libbsp/m68k/mvme167/make/custom/mvme167.cfg
@@ -12,10 +12,6 @@ RTEMS_CPU_MODEL=m68040
include $(RTEMS_ROOT)/make/custom/default.cfg
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=mvme167
-
-#
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it. We also specify the BSP during compilation.
# This should really get its own flag, but it works here.