diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 1efc23890d..4fb6077bfb 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2008-12-04 Jukka Pietarinen + + * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support. + 2008-11-13 Sebastian Huber * libchip/serial/ns16550.c: Transmit the character in the polled write diff --git a/c/src/aclocal/rtems-cpu-subdirs.m4 b/c/src/aclocal/rtems-cpu-subdirs.m4 index 38ea90b1f8..a78f27f43b 100644 --- a/c/src/aclocal/rtems-cpu-subdirs.m4 +++ b/c/src/aclocal/rtems-cpu-subdirs.m4 @@ -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([lm32],[$1]);; _RTEMS_CPU_SUBDIR([m32c],[$1]);; _RTEMS_CPU_SUBDIR([m32r],[$1]);; _RTEMS_CPU_SUBDIR([m68k],[$1]);;