summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/crossrpms/Makefile.am2
-rw-r--r--contrib/crossrpms/configure.ac28
2 files changed, 15 insertions, 15 deletions
diff --git a/contrib/crossrpms/Makefile.am b/contrib/crossrpms/Makefile.am
index a6830e630a..4d8a068df2 100644
--- a/contrib/crossrpms/Makefile.am
+++ b/contrib/crossrpms/Makefile.am
@@ -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
diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac
index 61d7388c14..c653447ac3 100644
--- a/contrib/crossrpms/configure.ac
+++ b/contrib/crossrpms/configure.ac
@@ -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])