summaryrefslogtreecommitdiffstats
path: root/package/autoconf
diff options
context:
space:
mode:
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2012-11-09 14:40:25 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-14 23:03:53 +0100
commitc86cfd91c480671a9223a3c2adc8aaa9ca6b33e0 (patch)
tree18f286850360c68159085fa829f19aebfa226d87 /package/autoconf
parent0a4d6111c05f59d48231bd3cca4592cce4235e46 (diff)
downloadbuildroot-novena-c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0.tar.gz
buildroot-novena-c86cfd91c480671a9223a3c2adc8aaa9ca6b33e0.zip
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 c65d92e8e2767b09aaee6b717cbd9b66f88ea39c. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/autoconf')
-rw-r--r--package/autoconf/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/autoconf/Config.in b/package/autoconf/Config.in
index c304572ae..5f2f14892 100644
--- a/package/autoconf/Config.in
+++ b/package/autoconf/Config.in
@@ -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