From b812f841553be30baab45f08b3f6fda692b5166b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 1 Aug 2000 20:01:14 +0000 Subject: Added sim68000 BSP for the BSVC simulator. This BSP includes the alias simcpu32 that supports the CPU32 simulator in BSVC. At this point, it is still under development. --- aclocal/bsp-alias.m4 | 1 + aclocal/check-bsps.m4 | 1 + 2 files changed, 2 insertions(+) (limited to 'aclocal') diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4 index 4f872e175e..3ffde3915a 100644 --- a/aclocal/bsp-alias.m4 +++ b/aclocal/bsp-alias.m4 @@ -7,6 +7,7 @@ dnl Internal subroutine to RTEMS_BSP_ALIAS AC_DEFUN(_RTEMS_BSP_ALIAS, [# account for "aliased" bsps which share source code case $1 in + simcpu32) $2=sim68000 ;; # BSVC CPU32 variant c3xsim) $2=c4xsim ;; # TI C3x Simulator in gdb mcp750) $2=motorola_powerpc ;; # Motorola PPC board variant mvme2307) $2=motorola_powerpc ;; # Motorola PPC board variant diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4 index a331c5773e..37e2354fe9 100644 --- a/aclocal/check-bsps.m4 +++ b/aclocal/check-bsps.m4 @@ -27,6 +27,7 @@ AC_MSG_CHECKING([for bsps]) mbx8xx) rtems_bsp="$rtems_bsp mbx821_001 mbx860_002";; motorola_powerpc) rtems_bsp="$rtems_bsp mvme2307 mcp750";; pc386) rtems_bsp="$rtems_bsp pc386 pc486 pc586 pc686";; + sim68000) rtems_bsp="$rtems_bsp simcpu32";; *) $1="[$]$1 $file";; esac; done -- cgit v1.2.3