summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 10:41:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 10:41:27 +0000
commit40c93507f8f85d80d459138b13210a617e41a690 (patch)
tree3a1b4dedf1d41deb093ba785378c5c68ab4952f0 /c/src/lib/libbsp/h8300
parent2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-40c93507f8f85d80d459138b13210a617e41a690.tar.bz2
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/h8sim.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/h8sxsim.cfg: Remove RTEMS_BSP_FAMILY.
Diffstat (limited to 'c/src/lib/libbsp/h8300')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/ChangeLog5
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg3
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg3
3 files changed, 5 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
index 795b976b0d..98687227ae 100644
--- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog
+++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * make/custom/h8sim.cfg: Remove RTEMS_BSP_FAMILY.
+ * make/custom/h8sxsim.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/h8300/h8sim/make/custom/h8sim.cfg b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg
index aef9ddc6e9..35d470a5ab 100644
--- a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg
+++ b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg
@@ -9,9 +9,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=h8300
RTEMS_CPU_MODEL=h8300h
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=h8sim
-
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
diff --git a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
index b242b67d66..86c4eb9ece 100644
--- a/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
+++ b/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg
@@ -9,9 +9,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=h8300
RTEMS_CPU_MODEL=h8300h
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=h8sim
-
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#