[Clfs-commits] commit: r4084 - in /branches/clfs-embedded/BOOK: cross-tools/arm/uclibc.xml cross-tools/mips/uclibc.xml cross-tools/x86/uclibc.xml general.ent

svn at cross-lfs.org svn at cross-lfs.org
Wed Dec 3 17:27:23 PST 2008


Author: jciccone
Date: Thu Dec  4 01:27:23 2008
New Revision: 4084

Log:
Updated uClibc make command in the cross-tools section for CLFS Embedded, Thanks to Simon for Reporting this on IRC and the Mailing List.

Modified:
    branches/clfs-embedded/BOOK/cross-tools/arm/uclibc.xml
    branches/clfs-embedded/BOOK/cross-tools/mips/uclibc.xml
    branches/clfs-embedded/BOOK/cross-tools/x86/uclibc.xml
    branches/clfs-embedded/BOOK/general.ent

Modified: branches/clfs-embedded/BOOK/cross-tools/arm/uclibc.xml
==============================================================================
--- branches/clfs-embedded/BOOK/cross-tools/arm/uclibc.xml (original)
+++ branches/clfs-embedded/BOOK/cross-tools/arm/uclibc.xml Thu Dec  4 01:27:23 2008
@@ -89,7 +89,9 @@
   href="../x86/uclibc.xml"
   xpointer="xpointer(//*[@os='n'])"/>
 
-<screen os="o"><userinput>make CC="${CC} ${BUILD}"</userinput></screen>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+  href="../x86/uclibc.xml"
+  xpointer="xpointer(//*[@os='o'])"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
   href="../x86/uclibc.xml"

Modified: branches/clfs-embedded/BOOK/cross-tools/mips/uclibc.xml
==============================================================================
--- branches/clfs-embedded/BOOK/cross-tools/mips/uclibc.xml (original)
+++ branches/clfs-embedded/BOOK/cross-tools/mips/uclibc.xml Thu Dec  4 01:27:23 2008
@@ -90,7 +90,9 @@
   href="../x86/uclibc.xml"
   xpointer="xpointer(//*[@os='n'])"/>
 
-<screen os="o"><userinput>make CC="${CC} ${BUILD}"</userinput></screen>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+  href="../x86/uclibc.xml"
+  xpointer="xpointer(//*[@os='o'])"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
   href="../x86/uclibc.xml"

Modified: branches/clfs-embedded/BOOK/cross-tools/x86/uclibc.xml
==============================================================================
--- branches/clfs-embedded/BOOK/cross-tools/x86/uclibc.xml (original)
+++ branches/clfs-embedded/BOOK/cross-tools/x86/uclibc.xml Thu Dec  4 01:27:23 2008
@@ -80,7 +80,7 @@
 
     <para os="n">Compile the package:</para>
 
-<screen os="o"><userinput>make CC="${CC} ${BUILD}"</userinput></screen>
+<screen os="o"><userinput>make CC="${CLFS_TARGET}-gcc ${BUILD}"</userinput></screen>
 
     <para os="p">Install the package:</para>
 

Modified: branches/clfs-embedded/BOOK/general.ent
==============================================================================
--- branches/clfs-embedded/BOOK/general.ent (original)
+++ branches/clfs-embedded/BOOK/general.ent Thu Dec  4 01:27:23 2008
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "11"> <!-- Use two digits -->
-<!ENTITY month_name "November">
-<!ENTITY day "08"> <!-- Use two digits -->
+<!ENTITY month "12"> <!-- Use two digits -->
+<!ENTITY month_name "December">
+<!ENTITY day "03"> <!-- Use two digits -->
 <!ENTITY year "2008"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">




More information about the Clfs-commits mailing list