From 7e2b777256e60c69348004b7cef4ebf072daba57 Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Fri, 30 Jul 2004 23:25:18 +0000 Subject: Updated glibc instructions to include --with-__thread for TLS, --enable-kernel=2.6.0 for 2.6.x kernel support, and added pt_chown for Unix 98 pty support git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 0bb5e8cc5..c9d5e7f51 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -50,23 +50,9 @@ cd ../glibc-build ../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons=nptl --with-tls \ - --libexecdir=/tmp/pt_chown --without-cvs \ + --with-__thread --enable-kernel=2.6.0 --without-cvs \ --with-headers=/tools/glibc-kernheaders -The meaning of the new configure options: - - - ---libexecdir=/tmp/pt_chown -This changes -the location of the pt_chown program from its default of -/usr/libexec to -/tmp/pt_chown. This program isn't required -on modern systems, so we install it in a place from which we will delete it -later. - - - Compile the package: make -- cgit v1.2.3-54-g00ecf