mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 21:44:05 +08:00
Add freebsd6.3, freebsd7.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user