summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-external/toolchain-external-codesourcery-x86/Config.in.options
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-06-16 06:32:47 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-20 22:11:29 +0200
commit06cac6460f8214e8e87ab2946d5440595fce7f15 (patch)
tree6c6678af6972f92f26613472e67804ed625ca740 /toolchain/toolchain-external/toolchain-external-codesourcery-x86/Config.in.options
parente251bdbe8d3efac1c6397d8896d415b5e59e394b (diff)
downloadbuildroot-06cac6460f8214e8e87ab2946d5440595fce7f15.tar.gz
buildroot-06cac6460f8214e8e87ab2946d5440595fce7f15.zip
toolchain: remove CodeSourcery x86 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 x86 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>
Diffstat (limited to 'toolchain/toolchain-external/toolchain-external-codesourcery-x86/Config.in.options')
-rw-r--r--toolchain/toolchain-external/toolchain-external-codesourcery-x86/Config.in.options9
1 files changed, 0 insertions, 9 deletions
diff --git a/toolchain/toolchain-external/toolchain-external-codesourcery-x86/Config.in.options b/toolchain/toolchain-external/toolchain-external-codesourcery-x86/Config.in.options
deleted file mode 100644
index 65b62f3236..0000000000
--- a/toolchain/toolchain-external/toolchain-external-codesourcery-x86/Config.in.options
+++ /dev/null
@@ -1,9 +0,0 @@
-if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86
-
-config BR2_TOOLCHAIN_EXTERNAL_PREFIX
- default "i686-pc-linux-gnu"
-
-config BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL
- default "toolchain-external-codesourcery-x86"
-
-endif
OpenPOWER on IntegriCloud