summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-10-03 02:54:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-10-03 02:54:04 +0000
commitb2fd3b75332248d464498795b7232a4df5728096 (patch)
treea81335ac695acdb647e8946b47d670d15c2a8fe2
parentBump BINUTILS_RPMREL (diff)
downloadrtems-b2fd3b75332248d464498795b7232a4df5728096.tar.bz2
Add m32r, m32c.
-rw-r--r--contrib/crossrpms/configure.ac2
-rw-r--r--contrib/crossrpms/rtems4.10/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac
index c6e64022c9..9f16399d19 100644
--- a/contrib/crossrpms/configure.ac
+++ b/contrib/crossrpms/configure.ac
@@ -166,6 +166,8 @@ AC_CONFIG_FILES([rtems4.10/avr/Makefile])
AC_CONFIG_FILES([rtems4.10/bfin/Makefile])
AC_CONFIG_FILES([rtems4.10/h8300/Makefile])
AC_CONFIG_FILES([rtems4.10/i386/Makefile])
+AC_CONFIG_FILES([rtems4.10/m32c/Makefile])
+AC_CONFIG_FILES([rtems4.10/m32r/Makefile])
AC_CONFIG_FILES([rtems4.10/m68k/Makefile])
AC_CONFIG_FILES([rtems4.10/mips/Makefile])
AC_CONFIG_FILES([rtems4.10/mipstx39/Makefile])
diff --git a/contrib/crossrpms/rtems4.10/Makefile.am b/contrib/crossrpms/rtems4.10/Makefile.am
index 20440365e2..25c85a6350 100644
--- a/contrib/crossrpms/rtems4.10/Makefile.am
+++ b/contrib/crossrpms/rtems4.10/Makefile.am
@@ -6,6 +6,8 @@ SUBDIRS += avr
SUBDIRS += bfin
SUBDIRS += h8300
SUBDIRS += i386
+SUBDIRS += m32c
+SUBDIRS += m32r
SUBDIRS += m68k
SUBDIRS += mips
SUBDIRS += mipstx39