diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac index 0297ad8e59..e9fd2c7a15 100644 --- a/contrib/crossrpms/configure.ac +++ b/contrib/crossrpms/configure.ac @@ -162,7 +162,6 @@ AC_CONFIG_FILES([freebsd6.1/i586/Makefile]) AC_CONFIG_FILES([rtems4.7/Makefile]) AC_CONFIG_FILES([rtems4.7/arm/Makefile]) AC_CONFIG_FILES([rtems4.7/avr/Makefile]) -AC_CONFIG_FILES([rtems4.7/bfin/Makefile]) AC_CONFIG_FILES([rtems4.7/h8300/Makefile]) AC_CONFIG_FILES([rtems4.7/i386/Makefile]) AC_CONFIG_FILES([rtems4.7/m68k/Makefile]) diff --git a/contrib/crossrpms/rtems4.7/Makefile.am b/contrib/crossrpms/rtems4.7/Makefile.am index 98c07c122f..8354b152c4 100644 --- a/contrib/crossrpms/rtems4.7/Makefile.am +++ b/contrib/crossrpms/rtems4.7/Makefile.am @@ -3,7 +3,6 @@ SUBDIRS = SUBDIRS += arm SUBDIRS += avr -SUBDIRS += bfin SUBDIRS += h8300 SUBDIRS += i386 SUBDIRS += m68k