From 3c12db5fa2110a9e2b5cc9471fbba54abdf31e84 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Dec 2008 22:57:10 +0000 Subject: 2008-12-04 Jukka Pietarinen * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support. --- c/src/ChangeLog | 4 ++++ c/src/aclocal/rtems-cpu-subdirs.m4 | 1 + 2 files changed, 5 insertions(+) (limited to 'c') 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]);; -- cgit v1.2.3