Add freebsd6.3, freebsd7.0

This commit is contained in:
Ralf Corsepius
2008-03-05 03:01:37 +00:00
parent a3ddb08bec
commit 6b81c78f74
2 changed files with 10 additions and 1 deletions
+3
View File
@@ -8,6 +8,9 @@ SUBDIRS = @HOST_SUBDIRS@ @TARGET_SUBDIRS@
DIST_SUBDIRS = cygwin
DIST_SUBDIRS += freebsd6.1
DIST_SUBDIRS += freebsd6.2
DIST_SUBDIRS += freebsd6.3
DIST_SUBDIRS += freebsd7.0
DIST_SUBDIRS += mingw32
DIST_SUBDIRS += solaris2.7
DIST_SUBDIRS += rtems4.9
+7 -1
View File
@@ -3,7 +3,7 @@
m4_define([RTEMS_API],[4.9])
AC_PREREQ(2.61)
AC_INIT([crossrpms],[0.20080227.1],[http://www.rtems.org/bugzilla])
AC_INIT([crossrpms],[0.20080304.1],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([binutils/binutils.add])
AC_CONFIG_AUX_DIR(.)
@@ -162,6 +162,12 @@ AC_CONFIG_FILES([freebsd6.1/i586/Makefile])
AC_CONFIG_FILES([freebsd6.2/Makefile])
AC_CONFIG_FILES([freebsd6.2/i586/Makefile])
AC_CONFIG_FILES([freebsd6.3/Makefile])
AC_CONFIG_FILES([freebsd6.3/i586/Makefile])
AC_CONFIG_FILES([freebsd7.0/Makefile])
AC_CONFIG_FILES([freebsd7.0/i586/Makefile])
AC_CONFIG_FILES([rtems4.9/Makefile])
AC_CONFIG_FILES([rtems4.9/arm/Makefile])
AC_CONFIG_FILES([rtems4.9/avr/Makefile])