[Clfs-commits] commit: r5055 - /trunk/BOOK/final-system/common/gcc.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Jun 17 23:11:11 PDT 2009


Author: chris at beaker67.com
Date: Thu Jun 18 06:11:10 2009
New Revision: 5055

Log:
End of line needs to be escaped

Modified:
    trunk/BOOK/final-system/common/gcc.xml

Modified: trunk/BOOK/final-system/common/gcc.xml
==============================================================================
--- trunk/BOOK/final-system/common/gcc.xml (original)
+++ trunk/BOOK/final-system/common/gcc.xml Thu Jun 18 06:11:10 2009
@@ -46,7 +46,7 @@
     <para os="h">Prepare GCC for compilation:</para>
 
 <screen os="i"><userinput>CC="gcc -Wl,-rpath-link,/lib -isystem /usr/include" \
-    CXX="g++ -Wl,-rpath-link,/lib -isystem /usr/include"
+    CXX="g++ -Wl,-rpath-link,/lib -isystem /usr/include" \
     ../gcc-&gcc-version;/configure --prefix=/usr \
     --libexecdir=/usr/lib --enable-shared --enable-threads=posix \
     --enable-__cxa_atexit --enable-c99 --enable-long-long \




More information about the Clfs-commits mailing list