diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2012-03-10 18:53:04 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2012-03-10 18:53:04 +0000 |
commit | aa2d8f05e28053644f3d65a1fac37a4fa049709c (patch) | |
tree | 4f6e19adf6f6d359756a900320f40b827c5ad6a1 | |
parent | 9f5aaf72b238f5cfff30bc412caa014f1eac0bc0 (diff) |
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
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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</userinput></screen> <screen><userinput remap="configure">../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++ \ |