[Clfs-commits] commit: r4616 - /branches/clfs-sysroot/BOOK/cross-tools/common/glibc.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 31 08:23:26 PST 2009


Author: jciccone
Date: Sat Jan 31 16:23:25 2009
New Revision: 4616

Log:
Convert the glibc echos for the config.cache file to a cat command.

Modified:
    branches/clfs-sysroot/BOOK/cross-tools/common/glibc.xml

Modified: branches/clfs-sysroot/BOOK/cross-tools/common/glibc.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/cross-tools/common/glibc.xml (original)
+++ branches/clfs-sysroot/BOOK/cross-tools/common/glibc.xml Sat Jan 31 16:23:25 2009
@@ -71,9 +71,11 @@
     <para os="d">The following lines need to be added to
     <filename>config.cache</filename> for Glibc to support NPTL:</para>
 
-<screen os="e"><userinput>echo "libc_cv_forced_unwind=yes" > config.cache
-echo "libc_cv_c_cleanup=yes" >> config.cache
-echo "libc_cv_gnu89_inline=yes" >> config.cache</userinput></screen>
+<screen os="e"><userinput>cat > config.cache << EOF
+libc_cv_forced_unwind=yes
+libc_cv_c_cleanup=yes
+libc_cv_gnu89_inline=yes
+EOF</userinput></screen>
 
     <para os="f">The following line needs to be added to
     <filename>configparms</filename> to adjust installation paths:</para>




More information about the Clfs-commits mailing list