diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-01-27 22:43:25 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-01-27 22:43:25 -0800 |
commit | cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea (patch) | |
tree | 9c347ec958c9e2c01787c73c6f5f4a0ac992a634 /config/binutils | |
parent | efd8225d2ae1745a6cc797323777dacb08430fca (diff) | |
download | crosstool-ng-cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea.tar.gz crosstool-ng-cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea.tar.bz2 crosstool-ng-cd47c091ba6f7d6d9a98c85fc5729a434c99d4ea.zip |
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 <bryanhundven@gmail.com>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |