summaryrefslogtreecommitdiffstats
path: root/package/liquid-dsp
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-12-19 19:14:41 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-20 13:46:57 +0100
commitfa4214e21b50b791ec365c64897ac2676b45448a (patch)
tree4fc7cce07fc5ba0787a06bbf5215b1fdf999e9ee /package/liquid-dsp
parenteb713cfcfb00d9ef32d66361d81517c2de2f720a (diff)
downloadbuildroot-fa4214e21b50b791ec365c64897ac2676b45448a.tar.gz
buildroot-fa4214e21b50b791ec365c64897ac2676b45448a.zip
toolchain-external: CodeSourcery PowerPC: 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 Remove old CS toolchain handling in pixman and liquid-dsp. 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.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/liquid-dsp/Config.in b/package/liquid-dsp/Config.in
index 39cd3429b9..95233da3a0 100644
--- a/package/liquid-dsp/Config.in
+++ b/package/liquid-dsp/Config.in
@@ -1,15 +1,10 @@
comment "liquid-dsp requires a (e)glibc/musl toolchain w/ dynamic library"
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL) || BR2_STATIC_LIBS
config BR2_PACKAGE_LIQUID_DSP
bool "liquid-dsp"
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL
depends on !BR2_STATIC_LIBS
- # These result in internal compiler error
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
help
Liquid-DSP is a free and open-source signal processing
library for software-defined radios written in C. Its
OpenPOWER on IntegriCloud