2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>

* aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
This commit is contained in:
Joel Sherrill
2008-10-02 21:41:53 +00:00
parent 99f0d19b93
commit e2e736ba62
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
2008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* aclocal/bsp-bootcard-options.m4: Generalize and correct comment.

View File

@@ -17,6 +17,7 @@ _RTEMS_CPU_SUBDIR([c4x],[$1]);;
_RTEMS_CPU_SUBDIR([h8300],[$1]);;
_RTEMS_CPU_SUBDIR([hppa1.1],[$1]);;
_RTEMS_CPU_SUBDIR([i386],[$1]);;
_RTEMS_CPU_SUBDIR([m32c],[$1]);;
_RTEMS_CPU_SUBDIR([m68k],[$1]);;
_RTEMS_CPU_SUBDIR([mips],[$1]);;
_RTEMS_CPU_SUBDIR([nios2],[$1]);;