From b2fd3b75332248d464498795b7232a4df5728096 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 3 Oct 2008 02:54:04 +0000 Subject: [PATCH] Add m32r, m32c. --- contrib/crossrpms/configure.ac | 2 ++ contrib/crossrpms/rtems4.10/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) 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