From cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Tue, 27 Jan 2015 22:43:25 -0800 Subject: eglibc: Remove eglibc support As posted on http://www.eglibc.org/ ==================== EGLIBC is no longer developed and such goals are now being addressed directly in GLIBC. ==================== I'm not interested in maintaining build support for unsupported software. Older branches of crosstool-ng continue to have eglibc support. If you find issues with older branches, I'm always open to pull requests. Removing eglibc also frees up glibc cleanup and build optimization. Signed-off-by: Bryan Hundven --- config/binutils/binutils.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/binutils') diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 98000045..8c1bf873 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -160,8 +160,8 @@ config BINUTILS_HAS_PKGVERSION_BUGURL bool # Force using the BFD linker if needed -# This is the case for some C libraries (eg. glibc and -# eglibc at least) and affected components can select this +# This is the case for some C libraries (eg. glibc at least) and affected +# components can select this config BINUTILS_FORCE_LD_BFD bool @@ -219,7 +219,7 @@ endchoice # Enable linkers if BINUTILS_LINKER_GOLD comment "WARNING! gold is not capable of" -comment "| building glibc/eglibc!" +comment "| building glibc!" endif # BINUTILS_LINKER_GOLD config BINUTILS_GOLD_INSTALLED -- cgit v1.2.3