summaryrefslogtreecommitdiff
path: root/package/liquid-dsp
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-12-19 19:14:42 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-20 13:47:09 +0100
commit3e1ae89a9906c90906b4ba4aa8cddcb5b7c656f6 (patch)
tree72ce9c645ab2b90bcf117e8498f242a1d54242b8 /package/liquid-dsp
parentfa4214e21b50b791ec365c64897ac2676b45448a (diff)
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>
Diffstat (limited to 'package/liquid-dsp')
-rw-r--r--package/liquid-dsp/Config.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/liquid-dsp/Config.in b/package/liquid-dsp/Config.in
index 95233da3a..a2cd21cf0 100644
--- a/package/liquid-dsp/Config.in
+++ b/package/liquid-dsp/Config.in
@@ -18,9 +18,7 @@ if BR2_PACKAGE_LIQUID_DSP
config BR2_PACKAGE_LIQUID_DSP_FAST
bool "optimize for speed over accuracy"
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209 && \
- !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203 && \
- !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
+ depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
help
Optimize for speed over accuracy.