scripts/build/libc_glibc.sh
changeset 161 be4484f10ac7
parent 151 ab4d05266582
child 164 e78c0b2bc057
     1.1 --- a/scripts/build/libc_glibc.sh	Sat Jun 02 07:56:45 2007 +0000
     1.2 +++ b/scripts/build/libc_glibc.sh	Sat Jun 16 18:08:14 2007 +0000
     1.3 @@ -2,6 +2,16 @@
     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 "${CT_LIBC_FILE}"
    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 "${CT_LIBC}-${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