[Clfs-commits] commit: r5018 - in /trunk/BOOK/cross-tools: alpha/eglibc-headers.xml common/eglibc.xml ppc/eglibc.xml sparc64/eglibc-64bit.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Jun 6 09:39:22 PDT 2009


Author: jciccone
Date: Sat Jun  6 16:39:22 2009
New Revision: 5018

Log:
Fixed a typo in cross-tools EGlibc. was gnu99 instead of gnu89.

Modified:
    trunk/BOOK/cross-tools/alpha/eglibc-headers.xml
    trunk/BOOK/cross-tools/common/eglibc.xml
    trunk/BOOK/cross-tools/ppc/eglibc.xml
    trunk/BOOK/cross-tools/sparc64/eglibc-64bit.xml

Modified: trunk/BOOK/cross-tools/alpha/eglibc-headers.xml
==============================================================================
--- trunk/BOOK/cross-tools/alpha/eglibc-headers.xml (original)
+++ trunk/BOOK/cross-tools/alpha/eglibc-headers.xml Sat Jun  6 16:39:22 2009
@@ -50,7 +50,7 @@
 libc_cv_c_cleanup=yes
 libc_cv_mlong_double_128=yes
 libc_cv_alpha_tls=yes
-libc_cv_gnu99_inline=yes
+libc_cv_gnu89_inline=yes
 EOF</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/cross-tools/common/eglibc.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/eglibc.xml (original)
+++ trunk/BOOK/cross-tools/common/eglibc.xml Sat Jun  6 16:39:22 2009
@@ -45,7 +45,7 @@
 <screen os="de"><userinput>cat > config.cache << "EOF"
 libc_cv_forced_unwind=yes
 libc_cv_c_cleanup=yes
-libc_cv_gnu99_inline=yes
+libc_cv_gnu89_inline=yes
 EOF</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/cross-tools/ppc/eglibc.xml
==============================================================================
--- trunk/BOOK/cross-tools/ppc/eglibc.xml (original)
+++ trunk/BOOK/cross-tools/ppc/eglibc.xml Sat Jun  6 16:39:22 2009
@@ -50,7 +50,7 @@
 libc_cv_forced_unwind=yes
 libc_cv_c_cleanup=yes
 libc_cv_ppc_machine=yes
-libc_cv_gnu99_inline=yes
+libc_cv_gnu89_inline=yes
 EOF</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/cross-tools/sparc64/eglibc-64bit.xml
==============================================================================
--- trunk/BOOK/cross-tools/sparc64/eglibc-64bit.xml (original)
+++ trunk/BOOK/cross-tools/sparc64/eglibc-64bit.xml Sat Jun  6 16:39:22 2009
@@ -50,7 +50,7 @@
 libc_cv_forced_unwind=yes
 libc_cv_c_cleanup=yes
 libc_cv_sparc64_tls=yes
-libc_cv_gnu99_inline=yes
+libc_cv_gnu89_inline=yes
 EOF</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"




More information about the Clfs-commits mailing list