From c65d92e8e2767b09aaee6b717cbd9b66f88ea39c Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 5 Nov 2012 09:07:26 +0100 Subject: auto{conf,make}: only make available on archs supported by qemu Now that we're using full perl (which needs qemu), only make auto{conf,make} available on the supported archs. Signed-off-by: Peter Korsgaard --- package/autoconf/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/autoconf') diff --git a/package/autoconf/Config.in b/package/autoconf/Config.in index 5f2f14892..c304572ae 100644 --- a/package/autoconf/Config.in +++ b/package/autoconf/Config.in @@ -1,8 +1,12 @@ 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 -- cgit v1.2.3