summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
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