summaryrefslogtreecommitdiffstats
path: root/package/automake/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/automake/Config.in')
-rw-r--r--package/automake/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/automake/Config.in b/package/automake/Config.in
index f8d74ef73..9a9673a6e 100644
--- a/package/automake/Config.in
+++ b/package/automake/Config.in
@@ -1,6 +1,5 @@
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