Add rtems-4.8

This commit is contained in:
Ralf Corsepius
2006-10-22 04:59:15 +00:00
parent 575371e78e
commit 3b106165fb
2 changed files with 15 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ DIST_SUBDIRS += freebsd6.1
DIST_SUBDIRS += mingw32
DIST_SUBDIRS += solaris2.7
DIST_SUBDIRS += rtems4.7
DIST_SUBDIRS += rtems4.8
DIST_SUBDIRS += autotools

View File

@@ -162,7 +162,6 @@ AC_CONFIG_FILES([freebsd6.1/i586/Makefile])
AC_CONFIG_FILES([rtems4.7/Makefile])
AC_CONFIG_FILES([rtems4.7/arm/Makefile])
AC_CONFIG_FILES([rtems4.7/avr/Makefile])
AC_CONFIG_FILES([rtems4.7/bfin/Makefile])
AC_CONFIG_FILES([rtems4.7/h8300/Makefile])
AC_CONFIG_FILES([rtems4.7/i386/Makefile])
AC_CONFIG_FILES([rtems4.7/m68k/Makefile])
@@ -173,6 +172,20 @@ AC_CONFIG_FILES([rtems4.7/sh/Makefile])
AC_CONFIG_FILES([rtems4.7/sparc/Makefile])
AC_CONFIG_FILES([rtems4.7/tic4x/Makefile])
AC_CONFIG_FILES([rtems4.8/Makefile])
AC_CONFIG_FILES([rtems4.8/arm/Makefile])
AC_CONFIG_FILES([rtems4.8/avr/Makefile])
AC_CONFIG_FILES([rtems4.8/bfin/Makefile])
AC_CONFIG_FILES([rtems4.8/h8300/Makefile])
AC_CONFIG_FILES([rtems4.8/i386/Makefile])
AC_CONFIG_FILES([rtems4.8/m68k/Makefile])
AC_CONFIG_FILES([rtems4.8/mips/Makefile])
AC_CONFIG_FILES([rtems4.8/mipstx39/Makefile])
AC_CONFIG_FILES([rtems4.8/powerpc/Makefile])
AC_CONFIG_FILES([rtems4.8/sh/Makefile])
AC_CONFIG_FILES([rtems4.8/sparc/Makefile])
AC_CONFIG_FILES([rtems4.8/tic4x/Makefile])
AC_CONFIG_FILES([autotools/Makefile])
AC_OUTPUT