From aa2d8f05e28053644f3d65a1fac37a4fa049709c Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sat, 10 Mar 2012 18:53:04 +0000 Subject: Remove whitespace after backslash, thanks to Pierre Labastie for the report. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9772 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 834331a2c..dd88522bd 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -76,7 +76,7 @@ cd ../gcc-build ../gcc-&gcc-version;/configure --prefix=/usr \ --libexecdir=/usr/lib \ --enable-shared \ - --enable-threads=posix \ + --enable-threads=posix \ --enable-__cxa_atexit \ --enable-clocale=gnu \ --enable-languages=c,c++ \ -- cgit v1.2.3-54-g00ecf