summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-04 22:57:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-04 22:57:10 +0000
commit3c12db5fa2110a9e2b5cc9471fbba54abdf31e84 (patch)
tree51b631e51c0bc40eda3a2b42cbe2ef403a7d96c4 /c
parent2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi> (diff)
downloadrtems-3c12db5fa2110a9e2b5cc9471fbba54abdf31e84.tar.bz2
2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
* aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
Diffstat (limited to '')
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/aclocal/rtems-cpu-subdirs.m41
2 files changed, 5 insertions, 0 deletions
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 <jukka.pietarinen@mrf.fi>
+
+ * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
+
2008-11-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* 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]);;