scripts/build/libc/glibc.sh
changeset 2504 3fc114996b20
parent 2496 cc9b84a83b34
child 2587 7727970d04e9
     1.1 --- a/scripts/build/libc/glibc.sh	Mon May 30 23:05:28 2011 +0200
     1.2 +++ b/scripts/build/libc/glibc.sh	Sat Jun 04 17:15:58 2011 +0200
     1.3 @@ -27,6 +27,12 @@
     1.4  
     1.5      # C library addons
     1.6      for addon in "${addons_list[@]}"; do
     1.7 +        # Never ever try to download these add-ons,
     1.8 +        # they've always been internal
     1.9 +        case "${addon}" in
    1.10 +            nptl)   continue;;
    1.11 +        esac
    1.12 +
    1.13          if ! CT_GetFile "glibc-${addon}-${CT_LIBC_VERSION}"     \
    1.14                          {ftp,http}://ftp.gnu.org/gnu/glibc      \
    1.15                          ftp://gcc.gnu.org/pub/glibc/releases    \