summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-22 04:54:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-22 04:54:16 +0000
commite1ae901b029eb89c6c89126816f4205ee20f7295 (patch)
tree770981b873a31e59068e0e0a22da30a64e7b0587 /contrib
parentNew. (diff)
downloadrtems-e1ae901b029eb89c6c89126816f4205ee20f7295.tar.bz2
Add lm32.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac
index 7bd5469aff..f20675f68c 100644
--- a/contrib/crossrpms/configure.ac
+++ b/contrib/crossrpms/configure.ac
@@ -3,7 +3,7 @@
m4_define([RTEMS_API],[4.10])
AC_PREREQ(2.61)
-AC_INIT([crossrpms],[0.20090125.1],[http://www.rtems.org/bugzilla])
+AC_INIT([crossrpms],[0.20090222.1],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([binutils/binutils.add])
AC_CONFIG_AUX_DIR(.)
@@ -171,6 +171,7 @@ 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/lm32/Makefile])
AC_CONFIG_FILES([rtems4.10/m32c/Makefile])
AC_CONFIG_FILES([rtems4.10/m32r/Makefile])
AC_CONFIG_FILES([rtems4.10/m68k/Makefile])