From 17fadf75d3b59884986ee65afcc546fb55bdc58e Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Tue, 1 Jun 2004 17:49:37 +0000 Subject: Wrapping fixes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index fdae5f665..669bf3eaa 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -62,8 +62,7 @@ cd ../gcc-build ../gcc-&gcc-version;/configure --prefix=/usr \ --libexecdir=/usr/lib --enable-shared --enable-threads=posix \ - --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ - + --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ Compile the package: -- cgit v1.2.3-54-g00ecf