summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-22 04:59:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-22 04:59:15 +0000
commit3b106165fb4a53bda3cad0f3bd8cad401c723513 (patch)
tree084a0ac295bde06bef70e08bbee2ad78cee5f0f7 /contrib
parentReset RPMRELs = 1 (diff)
downloadrtems-3b106165fb4a53bda3cad0f3bd8cad401c723513.tar.bz2
Add rtems-4.8
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/Makefile.am1
-rw-r--r--contrib/crossrpms/configure.ac15
2 files changed, 15 insertions, 1 deletions
diff --git a/contrib/crossrpms/Makefile.am b/contrib/crossrpms/Makefile.am
index 715a9dc80f..e66f288761 100644
--- a/contrib/crossrpms/Makefile.am
+++ b/contrib/crossrpms/Makefile.am
@@ -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
diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac
index f41989735b..9c3570f4e2 100644
--- a/contrib/crossrpms/configure.ac
+++ b/contrib/crossrpms/configure.ac
@@ -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