kumquat-buildroot/toolchain
Baruch Siach 6510a826e1 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>
2017-06-20 22:11:47 +02:00
..
toolchain toolchain: limit musl workaround to kernel headers 3.12+ 2017-05-19 15:29:21 +02:00
toolchain-buildroot
toolchain-external toolchain: remove CodeSourcery sh toolchain 2017-06-20 22:11:47 +02:00
Config.in toolchain: disable PIE for static build with musl 2017-05-23 15:36:08 +02:00
helpers.mk
toolchain-common.in toolchain/toolchain-common.in: adjust BR2_TOOLCHAIN_HAS_GCC_BUG_64735 for GCC 7 2017-06-06 22:14:28 +02:00
toolchain-wrapper.c
toolchain-wrapper.mk
toolchain.mk