scripts/build/libc_eglibc.sh
changeset 810 5d357e239b62
parent 809 72253e8a1155
     1.1 --- a/scripts/build/libc_eglibc.sh	Tue Aug 26 21:30:22 2008 +0000
     1.2 +++ b/scripts/build/libc_eglibc.sh	Tue Aug 26 21:37:46 2008 +0000
     1.3 @@ -198,7 +198,7 @@
     1.4      # We don't need to be conditional on wether the user did set different
     1.5      # values, as they CT_LIBC_GLIBC_EXTRA_CONFIG is passed after extra_config
     1.6  
     1.7 -    extra_config="--enable-kernel=$(echo ${CT_KERNEL_VERSION} |sed -r -e 's/^([^.]+\.[^.]+\.[^.]+)(|\.[^.]+)$/\1/;')"
     1.8 +    extra_config="--enable-kernel=$(echo ${CT_LIBC_GLIBC_MIN_KERNEL} |sed -r -e 's/^([^.]+\.[^.]+\.[^.]+)(|\.[^.]+)$/\1/;')"
     1.9  
    1.10      case "${CT_THREADS}" in
    1.11          nptl)           extra_config="${extra_config} --with-__thread --with-tls";;