From c288d971d11a78cde87a5f4c0583ab9a43fbfeba Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sun, 1 Feb 2004 21:48:13 +0000 Subject: Turning some ./configures into a single line, taking 72 as max-width. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3202 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter05/glibc.xml') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 8c59193ea..e8c2e8e91 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -32,8 +32,7 @@ cd ../glibc-build ../&glibc-dir;/configure --prefix=/tools \     --disable-profile --enable-add-ons=linuxthreads \ -    --with-headers=/tools/include \ -    --with-binutils=/tools/bin \ +    --with-binutils=/tools/bin --with-headers=/tools/include \     --without-gd --without-cvs The meaning of the configure options: -- cgit v1.2.3-54-g00ecf