Add m32r, m32c.

This commit is contained in:
Ralf Corsepius
2008-10-03 02:54:04 +00:00
parent 24d6e0b8f7
commit b2fd3b7533
2 changed files with 4 additions and 0 deletions

View File

@@ -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])

View File

@@ -6,6 +6,8 @@ SUBDIRS += avr
SUBDIRS += bfin
SUBDIRS += h8300
SUBDIRS += i386
SUBDIRS += m32c
SUBDIRS += m32r
SUBDIRS += m68k
SUBDIRS += mips
SUBDIRS += mipstx39