Due to an inexistent user base and generally poor Linux
support, the support for the SH3eb architecture was removed.
+config BR2_PACKAGE_AUTOCONF
+ bool "autoconf target package has been removed"
+ select BR2_LEGACY
+ help
+ The 'autoconf' target package has been removed since it has been
+ deprecated for more than four buildroot releases.
+ Note: the host autoconf still exists.
+
config BR2_PACKAGE_XSTROKE
bool "xstroke has been removed"
select BR2_LEGACY
endmenu
menu "Development tools"
-source "package/autoconf/Config.in"
source "package/automake/Config.in"
source "package/binutils/Config.in"
source "package/bison/Config.in"
+++ /dev/null
-config BR2_PACKAGE_AUTOCONF
- bool "autoconf"
- # We no longer support a toolchain on the target
- depends on BR2_DEPRECATED_SINCE_2012_11
- select BR2_PACKAGE_PERL
- help
- Extensible program for developing configure scripts. These
- scripts handle all the mundane system/feature detection.
-
- http://www.gnu.org/software/autoconf/
AUTOCONF_LICENSE = GPLv3+ with exceptions
AUTOCONF_LICENSE_FILES = COPYINGv3 COPYING.EXCEPTION
-AUTOCONF_CONF_ENV = EMACS="no" ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
- ac_cv_prog_gnu_m4_gnu=no
-
-AUTOCONF_DEPENDENCIES = host-m4 perl
-
HOST_AUTOCONF_CONF_ENV = EMACS="no" ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \
ac_cv_prog_gnu_m4_gnu=no
HOST_AUTOCONF_DEPENDENCIES = host-m4 host-libtool
-$(eval $(autotools-package))
$(eval $(host-autotools-package))
# variables used by other packages