From: Heiko Z. <smi...@us...> - 2004-11-27 17:48:05
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19592/scripts Modified Files: glibc Log Message: undo last change, this caused compilation problems Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- glibc 24 Nov 2004 17:14:17 -0000 1.39 +++ glibc 27 Nov 2004 17:47:44 -0000 1.40 @@ -75,10 +75,12 @@ #fi # set minimum kernel to 2.4.22, so we don't mess up our 'remote' updates - KVER="2.4.22" + # this seems to cause problems, try again when we upgrade to a new glibc + #KVER="2.4.22" ../glibc-2*/configure --prefix=/usr --disable-profile --enable-add-ons=$ADDON --libexecdir=/usr/bin \ - -without-cvs --with-tls --without-__thread --enable-kernel=$KVER || exit 1 + -without-cvs --with-tls --without-__thread || exit 1 + # --enable-kernel=$KVER # -without-cvs --with-tls --with-__thread || exit 1 # use this one for nptl # --with-headers=$KERNELDIR/include |