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

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 3 16:55:46 PST 2009


Author: jciccone
Date: Sun Jan  4 00:55:46 2009
New Revision: 4300

Log:
Also add libc_cv_gnu89_inline=yes to the glibc config.cache.

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 Sun Jan  4 00:55:46 2009
@@ -72,7 +72,8 @@
     <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</userinput></screen>
+echo "libc_cv_c_cleanup=yes" >> config.cache
+echo "libc_cv_gnu89_inline=yes" >> config.cache</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