diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-04-29 10:18:56 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-01 15:05:34 +0200 |
| commit | 8490e8333d85acae429afb76a1b2403b9aa8d810 (patch) | |
| tree | f41583da7dc537f659d4f5b7be5584b171a21a0d /package/liquid-dsp | |
| parent | 230cfce93d2e1840c136972b8b2de523e20fdba9 (diff) | |
| download | buildroot-8490e8333d85acae429afb76a1b2403b9aa8d810.tar.gz buildroot-8490e8333d85acae429afb76a1b2403b9aa8d810.zip | |
toolchain-external: remove Sourcery PowerPC toolchains
These are running long on the teeth - the bundled (e)glibc versions
are very old with several security bugs, they don't work reliably with
-Os and have several build failures related to internal compiler
errors such as:
http://autobuild.buildroot.net/results/fe7/fe7bdba5faf199275aedea2918705b5d19d228bf/
http://autobuild.buildroot.net/results/935/935ac42c30ed893939c06c077534f060aed80e9a/
http://autobuild.buildroot.net/results/a47/a476af82c8fe4a279117314b278b08af9a08fe54/
http://autobuild.buildroot.net/results/cae/cae720b5096be2672b4dc1311ae3fc4ed06a3b53/
The situation will not provide, and will in fact get worse with older kernel
headers precluding modern package versions and the old gcc version doing as
well so remove them.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
[Thomas:
- remove no longer needed comment in liquid-dsp Config.in file, as
noticed by Romain Naour.
- add Config.in.legacy options, as noticed by Romain Naour.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/liquid-dsp')
| -rw-r--r-- | package/liquid-dsp/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/liquid-dsp/Config.in b/package/liquid-dsp/Config.in index ad887cb561..a2cd21cf05 100644 --- a/package/liquid-dsp/Config.in +++ b/package/liquid-dsp/Config.in @@ -1,13 +1,10 @@ comment "liquid-dsp requires a (e)glibc/musl toolchain w/ dynamic library" - depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC 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_POWERPC help Liquid-DSP is a free and open-source signal processing library for software-defined radios written in C. Its |

