mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-15 22:08:16 +00:00
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>
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user