summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-04-29 10:18:56 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-01 15:05:34 +0200
commit8490e8333d85acae429afb76a1b2403b9aa8d810 (patch)
treef41583da7dc537f659d4f5b7be5584b171a21a0d /Config.in.legacy
parent230cfce93d2e1840c136972b8b2de523e20fdba9 (diff)
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 'Config.in.legacy')
-rw-r--r--Config.in.legacy18
1 files changed, 18 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index ba3d94c87..9f694f87e 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,24 @@ endif
###############################################################################
comment "Legacy options removed in 2016.05"
+config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC
+ bool "PowerPC Sourcery toolchain has been removed"
+ select BR2_LEGACY
+ help
+ The Sourcery CodeBench toolchain for the PowerPC
+ architecture has been removed, as it was very old, not
+ maintained, and causing numerous build failures with modern
+ userspace packages.
+
+config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC_E500V2
+ bool "PowerPC Sourcery E500v2 toolchain has been removed"
+ select BR2_LEGACY
+ help
+ The Sourcery CodeBench toolchain for the PowerPC E500v2
+ architecture has been removed, as it was very old, not
+ maintained, and causing numerous build failures with modern
+ userspace packages.
+
config BR2_x86_i386
bool "x86 i386 support removed"
help