summaryrefslogtreecommitdiffstats
path: root/package/qt
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-06-16 06:32:49 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-20 22:12:16 +0200
commit5b051112506d0b8df48cf2b742d5dc8d2f9d80a4 (patch)
tree5e9a0e8cbe3e5c2587e514c12251aebe55d09726 /package/qt
parent6510a826e178d674c1007126480170f0e5b1d77f (diff)
downloadbuildroot-5b051112506d0b8df48cf2b742d5dc8d2f9d80a4.tar.gz
buildroot-5b051112506d0b8df48cf2b742d5dc8d2f9d80a4.zip
package: remove CodeSourcery sh dependencies
The CodeSourcery sh toolchain has been removed. Drop negative dependencies on that toolchain. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/Config.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index fe0b0e9787..7710b09d29 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -444,11 +444,8 @@ config BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
default y if BR2_arc || BR2_arm || BR2_armeb || BR2_i386 || BR2_microblazeel || \
BR2_microblazebe || BR2_mips || BR2_mipsel || \
(BR2_mips64 || BR2_mips64el) && !BR2_MIPS_NABI32 || BR2_powerpc || \
- BR2_powerpc64 || BR2_powerpc64le || BR2_x86_64
- # The CodeSourcery SuperH toolchain fails to build Webkit,
- # with an assertion failure in binutils.
- default y if (BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb) && \
- !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
+ BR2_powerpc64 || BR2_powerpc64le || BR2_x86_64 || \
+ BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb
depends on BR2_TOOLCHAIN_HAS_SYNC_4
config BR2_PACKAGE_QT_WEBKIT
OpenPOWER on IntegriCloud