diff --git a/contrib/crossrpms/Makefile.am b/contrib/crossrpms/Makefile.am index f56c12fa09..a68a4fe841 100644 --- a/contrib/crossrpms/Makefile.am +++ b/contrib/crossrpms/Makefile.am @@ -7,7 +7,6 @@ EXTRA_DIST = SUBDIRS = @HOST_SUBDIRS@ @TARGET_SUBDIRS@ DIST_SUBDIRS = cygwin -DIST_SUBDIRS += freebsd7.0 DIST_SUBDIRS += mingw32 DIST_SUBDIRS += rtems4.9 diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac index 1bd0c43e1a..2a4e7e4fab 100644 --- a/contrib/crossrpms/configure.ac +++ b/contrib/crossrpms/configure.ac @@ -154,9 +154,6 @@ AC_CONFIG_FILES([cygwin/i686/Makefile]) AC_CONFIG_FILES([mingw32/Makefile]) AC_CONFIG_FILES([mingw32/i686/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])