Commit c86cfd91 authored by Arnout Vandecappelle (Essensium/Mind)'s avatar Arnout Vandecappelle (Essensium/Mind) Committed by Peter Korsgaard
Browse files

Revert "auto{conf, make}: only make available on archs supported by qemu"



Since perl no longer requires host-qemu, autoconf and automake work
again on the architectures that are not supported by host-qemu.

This reverts commit c65d92e8.

Signed-off-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 0a4d6111
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
config BR2_PACKAGE_AUTOCONF
	bool "autoconf"
	depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64)
	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/

comment "autoconf requires an architecture supported by qemu"
	depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64
+0 −4
Original line number Diff line number Diff line
config BR2_PACKAGE_AUTOMAKE
	bool "automake"
	depends on !(BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64)
	select BR2_PACKAGE_AUTOCONF
	select BR2_PACKAGE_PERL
	help
@@ -8,6 +7,3 @@ config BR2_PACKAGE_AUTOMAKE
	  configure scripts (made by autoconf).

	  http://www.gnu.org/software/automake/

comment "automake requires an architecture supported by qemu"
	depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64