toolchain: The glorious return of glibc, ver 2.21
authorJohn Crispin <john@openwrt.org>
Thu, 12 Mar 2015 19:50:57 +0000 (19:50 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 12 Mar 2015 19:50:57 +0000 (19:50 +0000)
commit3e2f57835342074a90843077c1c63c88a42e6217
tree666eb809bad8689d3e992696cd44ea8efa233eda
parenteff1859f8e75d7d7cc3d07d2bcb5952ab214b8a0
toolchain: The glorious return of glibc, ver 2.21

It's the eglibc packaging with a bit of spit-polishing. And testing. :-)

[blogic: merged glibc and eglibc into 1 and made eglibc a glibc variant]

Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44701
52 files changed:
config/Config-build.in
include/package-defaults.mk
include/version.mk
package/libs/toolchain/Makefile
package/libs/toolchain/glibc-files/etc/nsswitch.conf [new file with mode: 0644]
toolchain/Config.in
toolchain/eglibc/Config.in [deleted file]
toolchain/eglibc/Config.version [deleted file]
toolchain/eglibc/Makefile [deleted file]
toolchain/eglibc/common.mk [deleted file]
toolchain/eglibc/config/Config.in [deleted file]
toolchain/eglibc/headers/Makefile [deleted file]
toolchain/eglibc/include/libintl.h [deleted file]
toolchain/eglibc/patches/2.15/001-fix_autoconf_macro.patch [deleted file]
toolchain/eglibc/patches/2.15/005-versions.patch [deleted file]
toolchain/eglibc/patches/2.15/050-all_glibc-2.14-leak-revert-crash.patch [deleted file]
toolchain/eglibc/patches/2.15/100-fix_cross_rpcgen.patch [deleted file]
toolchain/eglibc/patches/2.15/110-fix_cross_zic.patch [deleted file]
toolchain/eglibc/patches/2.15/120-use_host_cflags.patch [deleted file]
toolchain/eglibc/patches/2.15/200-add-dl-search-paths.patch [deleted file]
toolchain/eglibc/patches/2.19/100-fix_cross_rpcgen.patch [deleted file]
toolchain/eglibc/patches/2.19/200-add-dl-search-paths.patch [deleted file]
toolchain/eglibc/patches/2.19/300-require-autoconf-2.69.patch [deleted file]
toolchain/glibc/Config.in [new file with mode: 0644]
toolchain/glibc/Config.version [new file with mode: 0644]
toolchain/glibc/Makefile [new file with mode: 0644]
toolchain/glibc/common.mk [new file with mode: 0644]
toolchain/glibc/config/Config.in [new file with mode: 0644]
toolchain/glibc/headers/Makefile [new file with mode: 0644]
toolchain/glibc/include/libintl.h [new file with mode: 0644]
toolchain/glibc/patches/2.15/001-fix_autoconf_macro.patch [new file with mode: 0644]
toolchain/glibc/patches/2.15/005-versions.patch [new file with mode: 0644]
toolchain/glibc/patches/2.15/050-all_glibc-2.14-leak-revert-crash.patch [new file with mode: 0644]
toolchain/glibc/patches/2.15/100-fix_cross_rpcgen.patch [new file with mode: 0644]
toolchain/glibc/patches/2.15/110-fix_cross_zic.patch [new file with mode: 0644]
toolchain/glibc/patches/2.15/120-use_host_cflags.patch [new file with mode: 0644]
toolchain/glibc/patches/2.15/200-add-dl-search-paths.patch [new file with mode: 0644]
toolchain/glibc/patches/2.19/100-fix_cross_rpcgen.patch [new file with mode: 0644]
toolchain/glibc/patches/2.19/200-add-dl-search-paths.patch [new file with mode: 0644]
toolchain/glibc/patches/2.19/300-require-autoconf-2.69.patch [new file with mode: 0644]
toolchain/glibc/patches/2.21/100-fix_cross_rpcgen.patch [new file with mode: 0644]
toolchain/glibc/patches/2.21/200-add-dl-search-paths.patch [new file with mode: 0644]
toolchain/patches/2.15/001-fix_autoconf_macro.patch [new file with mode: 0644]
toolchain/patches/2.15/005-versions.patch [new file with mode: 0644]
toolchain/patches/2.15/050-all_glibc-2.14-leak-revert-crash.patch [new file with mode: 0644]
toolchain/patches/2.15/100-fix_cross_rpcgen.patch [new file with mode: 0644]
toolchain/patches/2.15/110-fix_cross_zic.patch [new file with mode: 0644]
toolchain/patches/2.15/120-use_host_cflags.patch [new file with mode: 0644]
toolchain/patches/2.15/200-add-dl-search-paths.patch [new file with mode: 0644]
toolchain/patches/2.19/100-fix_cross_rpcgen.patch [new file with mode: 0644]
toolchain/patches/2.19/200-add-dl-search-paths.patch [new file with mode: 0644]
toolchain/patches/2.19/300-require-autoconf-2.69.patch [new file with mode: 0644]