summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/ChangeLog6
-rw-r--r--c/src/aclocal/rtems-cpu-subdirs.m41
2 files changed, 7 insertions, 0 deletions
diff --git a/c/ChangeLog b/c/ChangeLog
index 08a234a1f1..2efb8d747c 100644
--- a/c/ChangeLog
+++ b/c/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * src/aclocal/rtems-cpu-subdirs.m4: Add new M32R port. It is just a
+ beginning but the BSP is functional enough to initialize and shutdown
+ RTEMS.
+
2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Use MKDIR_P instead of mkdir_p.
diff --git a/c/src/aclocal/rtems-cpu-subdirs.m4 b/c/src/aclocal/rtems-cpu-subdirs.m4
index 57a6377125..38ea90b1f8 100644
--- a/c/src/aclocal/rtems-cpu-subdirs.m4
+++ b/c/src/aclocal/rtems-cpu-subdirs.m4
@@ -18,6 +18,7 @@ _RTEMS_CPU_SUBDIR([h8300],[$1]);;
_RTEMS_CPU_SUBDIR([hppa1.1],[$1]);;
_RTEMS_CPU_SUBDIR([i386],[$1]);;
_RTEMS_CPU_SUBDIR([m32c],[$1]);;
+_RTEMS_CPU_SUBDIR([m32r],[$1]);;
_RTEMS_CPU_SUBDIR([m68k],[$1]);;
_RTEMS_CPU_SUBDIR([mips],[$1]);;
_RTEMS_CPU_SUBDIR([nios2],[$1]);;