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 --- scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/functions') diff --git a/scripts/functions b/scripts/functions index a309f2d9..cd3d4464 100644 --- a/scripts/functions +++ b/scripts/functions @@ -737,7 +737,7 @@ CT_GetFile() { done # Just return error, someone may want to catch and handle the error - # (eg. glibc/eglibc add-ons can be missing). + # (eg. glibc add-ons can be missing). return 1 } -- cgit v1.2.3