summaryrefslogtreecommitdiff
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-12-16 16:29:45 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-17 14:21:00 +0100
commit63abbcce3708647c1efb1b17f6a1144ac0075009 (patch)
tree47008ecc4084c84332dd6021275f72ac25cd017a /Config.in.legacy
parent5b9450996caad1a567f807a7403b6201ea033981 (diff)
toolchain-external: remove musl-cross prebuilt toolchain
The upstream link to download musl-cross prebuilt toolchain is dead [1] and there no new download location. Also the last prebuilt toolchain use musl 1.1.12 version which is not uptodate (currently 1.1.15). Remove this support and recommend to use Buildroot toolchain instead. [1] https://googledrive.com/host/0BwnS5DMB0YQ6bDhPZkpOYVFhbk0 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 3c672eea3..71faa8d84 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -145,6 +145,15 @@ endif
###############################################################################
comment "Legacy options removed in 2017.02"
+config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
+ bool "musl-cross 1.1.12 toolchain removed"
+ select BR2_LEGACY
+ help
+ The support for the prebuilt toolchain based on the Musl C
+ library provided by the musl-cross project has been removed.
+ Upstream doesn't provide any prebuilt toolchain anymore, use the
+ Buildroot toolchain instead.
+
config BR2_UCLIBC_INSTALL_TEST_SUITE
bool "uClibc tests now in uclibc-ng-test"
select BR2_LEGACY