libs/glibc: initial commit
[grimoire-witchcraft.git] / libs / glibc / PREPARE
blobf4f27d5ce27d6d6f4cc223ea57691a578156acf3
1 . $GRIMOIRE/libcompat
2 if is_gnu_kfbsd ; then
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
7     else
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
9     fi
10   fi
11 fi   &&
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