scripts/build/libc/glibc.sh
changeset 1112 c72aecd1a9ef
parent 1041 2573519c00d6
child 1114 c3516fc7460d
     1.1 --- a/scripts/build/libc/glibc.sh	Thu Nov 13 18:22:23 2008 +0000
     1.2 +++ b/scripts/build/libc/glibc.sh	Sat Jan 03 21:11:41 2009 +0000
     1.3 @@ -2,16 +2,6 @@
     1.4  # Copyright 2007 Yann E. MORIN
     1.5  # Licensed under the GPL v2. See COPYING in the root of this package
     1.6  
     1.7 -do_print_filename() {
     1.8 -    [ "${CT_LIBC}" = "glibc" ] || return 0
     1.9 -    echo "glibc-${CT_LIBC_VERSION}"
    1.10 -    for addon in $(do_libc_add_ons_list " "); do
    1.11 -        # NPTL addon is not to be downloaded, in any case
    1.12 -        [ "${addon}" = "nptl" ] && continue || true
    1.13 -        echo "glibc-${addon}-${CT_LIBC_VERSION}"
    1.14 -    done
    1.15 -}
    1.16 -
    1.17  # Download glibc
    1.18  do_libc_get() {
    1.19      # Ah! Not all GNU folks seem stupid. All glibc releases are in the same