diff -r cc9b84a83b34 -r 3fc114996b20 scripts/build/libc/glibc.sh --- a/scripts/build/libc/glibc.sh Mon May 30 23:05:28 2011 +0200 +++ b/scripts/build/libc/glibc.sh Sat Jun 04 17:15:58 2011 +0200 @@ -27,6 +27,12 @@ # C library addons for addon in "${addons_list[@]}"; do + # Never ever try to download these add-ons, + # they've always been internal + case "${addon}" in + nptl) continue;; + esac + if ! CT_GetFile "glibc-${addon}-${CT_LIBC_VERSION}" \ {ftp,http}://ftp.gnu.org/gnu/glibc \ ftp://gcc.gnu.org/pub/glibc/releases \