3 if [[ $(uname -r) = 2.6.* ]]; then
4 if test "$HOST" == "i386-pc-linux-gnu"; then
5 message "[[ ${QUERY_COLOR}Not building with NPTL as that's unsupported on i386; use i486 or higher.${DEFAULT} ]]"
6 config_set_option GLIBC_NPTL n
8 config_query GLIBC_NPTL "As you are running a 2.6 kernel, would you like to use the new nptl (Native Posix Thread Libary)?" y
13 config_query GLIBC_UTF "Would you like to generate UTF-8 locale data (Unicode) as well as the native charset data?" n
15 if [[ "$HOST" == x86_64-* ]]; then
16 config_query GLIBC_NOLIB64 "Shall the dynamic linker install to /lib (not /lib64) (lib64 purge part 2 of 2)?" n