mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
toolchain-external: CodeSourcery SH: support only one version
See the conclusion about external toolchains during the Buildroot meeting [1]: "In the future, we stick to a single external toolchain version. The Kconfig symbol should not encode the version (avoid legacy handling)" [1] http://elinux.org/index.php?title=Buildroot:DeveloperDaysELCE2015#Report Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
fa4214e21b
commit
3e1ae89a99
@@ -416,7 +416,7 @@ config BR2_PACKAGE_QT_ARCH_SUPPORTS_WEBKIT
|
||||
# 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_SH201209
|
||||
!BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
|
||||
|
||||
config BR2_PACKAGE_QT_WEBKIT
|
||||
bool "WebKit Module"
|
||||
|
||||
Reference in New Issue
Block a user