From: Heiko Z. <smi...@us...> - 2004-09-22 14:46:12
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17482 Modified Files: settings Log Message: auto-select linuxthread for kernel 2.4 and nptl for kernel 2.6 Index: settings =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/settings,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- settings 23 Jan 2004 01:04:18 -0000 1.41 +++ settings 22 Sep 2004 14:46:03 -0000 1.42 @@ -84,3 +84,6 @@ BUTTON_EXIT="' Exit '" BUTTON_EXIT_SUB="' Back '" BUTTON_HELP="' Help '" + +test "$CONFIG_LINUX_VERSION" = "2.6" && CONFIG_GLIBC_NPTL=y +test "$CONFIG_LINUX_VERSION" = "2.4" && CONFIG_GLIBC_NPTL=n |