From: Heiko Z. <smi...@us...> - 2004-10-12 01:14:25
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20989 Modified Files: glibc Log Message: force nptl Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- glibc 23 Sep 2004 21:50:01 -0000 1.35 +++ glibc 12 Oct 2004 01:14:15 -0000 1.36 @@ -26,13 +26,13 @@ case $1 in build ) touch /etc/ld.so.conf - if [ "$CONFIG_GLIBC_NPTL" = "y" ]; then + #if [ "$CONFIG_GLIBC_NPTL" = "y" ]; then #tar -xjf $DL_DIR/src/nptl-*.tar.bz2 || exit 1 ADDON=nptl - else - #tar -xjf $DL_DIR/src/glibc-linuxthreads-*.tar.bz2 || exit 1 - ADDON=linuxthreads - fi + #else + ##tar -xjf $DL_DIR/src/glibc-linuxthreads-*.tar.bz2 || exit 1 + #ADDON=linuxthreads + #fi if [ ! -f devil-linux-glibc-debian-patches.done ]; then for PATCH in $(grep -v ^# ../glibc-patches/0list) do |