toolchain: remove CodeSourcery sh toolchain
authorBaruch Siach <baruch@tkos.co.il>
Fri, 16 Jun 2017 03:32:48 +0000 (06:32 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Jun 2017 20:11:47 +0000 (22:11 +0200)
commit6510a826e178d674c1007126480170f0e5b1d77f
treedb3e6c852490767565aeed79e165a4a767815b73
parent06cac6460f8214e8e87ab2946d5440595fce7f15
toolchain: remove CodeSourcery sh toolchain

Since glibc 2.17, executable link command need not include the -lrt option for
clock_* system calls. As a result, over time less and less software packages
bother to check whether to toolchain needs -lrt. We are now at a point where
maintainers refuse to add this complexity into their build system. This
requires Buildroot to carry patches fixing this issue indefinitely.

glibc 2.17 is now 4.5 years old. There is no reason to use an older version
with current software.

This commit removes the predefined profile for CodeSourcery sh toolchain that
is based on glibc 2.16. One may still use the custom external toolchain
support in Buildroot to get this toolchain back, and deal with any build
issues that this toolchain causes.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in.legacy
toolchain/toolchain-external/Config.in
toolchain/toolchain-external/toolchain-external-codesourcery-sh/Config.in [deleted file]
toolchain/toolchain-external/toolchain-external-codesourcery-sh/Config.in.options [deleted file]
toolchain/toolchain-external/toolchain-external-codesourcery-sh/toolchain-external-codesourcery-sh.hash [deleted file]
toolchain/toolchain-external/toolchain-external-codesourcery-sh/toolchain-external-codesourcery-sh.mk [deleted file]