From 40c93507f8f85d80d459138b13210a617e41a690 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Oct 2009 10:41:27 +0000 Subject: =?UTF-8?q?2009-10-21=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * make/custom/h8sim.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/h8sxsim.cfg: Remove RTEMS_BSP_FAMILY. --- c/src/lib/libbsp/h8300/h8sim/ChangeLog | 5 +++++ c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg | 3 --- c/src/lib/libbsp/h8300/h8sim/make/custom/h8sxsim.cfg | 3 --- 3 files changed, 5 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libbsp/h8300') 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 + + * make/custom/h8sim.cfg: Remove RTEMS_BSP_FAMILY. + * make/custom/h8sxsim.cfg: Remove RTEMS_BSP_FAMILY. + 2009-10-20 Ralf Corsépius * 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. # -- cgit v1.2.3