aboutsummaryrefslogtreecommitdiff
path: root/patches/eglibc/2_8
Commit message (Collapse)AuthorAgeFilesLines
* eglibc: Remove eglibc supportBryan Hundven2015-01-271-15/+0
| | | | | | | | | | | | | | | | | | | 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>
* In the glibc and eglibc trees, the 'configure' files may be older than their ↵Yann E. MORIN"2008-09-281-78/+0
| | | | | | | | | | | source 'configure.in', when used from an svn check out, or a snapshot tarball. They are nonetheless in sync and need not be regenerated. Fix that by touching the files to have 'make' believe they are up-to-date (which they are). /trunk/scripts/build/libc/glibc.sh | 5 5 0 0 +++++ /trunk/scripts/build/libc/eglibc.sh | 7 6 1 0 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-)
* Make eglibc build on systems where both autoconf-2.13 and autoconf-2.50 are ↵Yann E. MORIN"2008-09-222-0/+93
installed (such as Debian). /trunk/patches/eglibc/2_8/110-AC_PREREQ-2.50.patch | 78 78 0 0 ++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+)