Revert "auto{conf, make}: only make available on archs supported by qemu"
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fri, 9 Nov 2012 14:40:25 +0000 (14:40 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 14 Nov 2012 22:03:53 +0000 (23:03 +0100)
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 c65d92e8e2767b09aaee6b717cbd9b66f88ea39c.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/autoconf/Config.in
package/automake/Config.in

index c304572ae0ecc8356af20ad9d405101721c96ab0..5f2f1489282772f3a56c447d3daa30dcd29927bc 100644 (file)
@@ -1,12 +1,8 @@
 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
index f8d74ef7392b1e2d609790bb824a229ed59dc210..9a9673a6e81ad874926ee389c3ec4f5e957ef046 100644 (file)
@@ -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