rtems-4.9.

This commit is contained in:
Ralf Corsepius
2007-09-28 07:19:29 +00:00
parent 36c11ad862
commit 1f60e1c555
2 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ DIST_SUBDIRS += freebsd6.0
DIST_SUBDIRS += freebsd6.1
DIST_SUBDIRS += mingw32
DIST_SUBDIRS += solaris2.7
DIST_SUBDIRS += rtems4.8
DIST_SUBDIRS += rtems4.9
DIST_SUBDIRS += autotools

View File

@@ -1,6 +1,6 @@
## $Id$
m4_define([RTEMS_API],[4.8])
m4_define([RTEMS_API],[4.9])
AC_PREREQ(2.60)
AC_INIT([crossrpms],[0.20070226.1],[http://www.rtems.org/bugzilla])
@@ -168,19 +168,19 @@ AC_CONFIG_FILES([freebsd6.1/i586/Makefile])
AC_CONFIG_FILES([freebsd6.2/Makefile])
AC_CONFIG_FILES([freebsd6.2/i586/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([rtems4.9/Makefile])
AC_CONFIG_FILES([rtems4.9/arm/Makefile])
AC_CONFIG_FILES([rtems4.9/avr/Makefile])
AC_CONFIG_FILES([rtems4.9/bfin/Makefile])
AC_CONFIG_FILES([rtems4.9/h8300/Makefile])
AC_CONFIG_FILES([rtems4.9/i386/Makefile])
AC_CONFIG_FILES([rtems4.9/m68k/Makefile])
AC_CONFIG_FILES([rtems4.9/mips/Makefile])
AC_CONFIG_FILES([rtems4.9/mipstx39/Makefile])
AC_CONFIG_FILES([rtems4.9/powerpc/Makefile])
AC_CONFIG_FILES([rtems4.9/sh/Makefile])
AC_CONFIG_FILES([rtems4.9/sparc/Makefile])
AC_CONFIG_FILES([rtems4.9/tic4x/Makefile])
AC_CONFIG_FILES([autotools/Makefile])