diff --git a/ChangeLog b/ChangeLog index 6ee3f36605..42c7933fec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-10 Joel Sherrill + + * aclocal/bsp-alias.m4: Add MVME2100 BSP as alias of motorola_shared. + 2004-10-22 Ralf Corsepius * alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg. diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4 index 7668ba6366..bb8e12ae9f 100644 --- a/aclocal/bsp-alias.m4 +++ b/aclocal/bsp-alias.m4 @@ -10,6 +10,7 @@ AC_DEFUN([_RTEMS_BSP_ALIAS], simcpu32) $2=sim68000 ;; # BSVC CPU32 variant c3xsim) $2=c4xsim ;; # TI C3x Simulator in gdb mcp750) $2=motorola_powerpc ;; # Motorola PPC board variant + mvme2100) $2=motorola_powerpc ;; # Motorola PPC board variant mvme2307) $2=motorola_powerpc ;; # Motorola PPC board variant mtx603e) $2=motorola_powerpc ;; # Motorola PPC board variant mvme162lx) $2=mvme162 ;; # m68k - mvme162 board variant