summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-03-04 06:04:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-03-04 06:04:34 +0000
commit503be14a07248f5a8c3f7d932d42fab621c7f910 (patch)
treed9c091cba3b97a2a6312e72b7a3b3eb93da57940 /contrib
parentPropagate osversion. (diff)
downloadrtems-503be14a07248f5a8c3f7d932d42fab621c7f910.tar.bz2
Add osversion hack
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/configure.ac11
1 files changed, 10 insertions, 1 deletions
diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac
index 533d7cf23f..1385f955b5 100644
--- a/contrib/crossrpms/configure.ac
+++ b/contrib/crossrpms/configure.ac
@@ -3,7 +3,7 @@
m4_define([RTEMS_API],[4.7])
AC_PREREQ(2.59)
-AC_INIT([crossbuild],[0.20060221.0],[rtems-bugs@rtems.com])
+AC_INIT([crossbuild],[0.20060302.0],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([binutils/binutils.add])
AC_CONFIG_AUX_DIR(.)
@@ -67,6 +67,15 @@ case "${target_os}" in
esac
AC_SUBST([TARGET_SUBDIRS])
+case "${target_os}" in
+ [rtems]RTEMS_API[])
+ osversion=[]RTEMS_API[]
+ ;;
+ *)
+ osversion=
+esac
+AC_SUBST([osversion])
+
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([cygwin/Makefile])