[Clfs-commits] commit: r4907 - in /branches/clfs-embedded/BOOK: cross-tools/x86/variables.xml general.ent

svn at cross-lfs.org svn at cross-lfs.org
Mon Mar 23 13:44:40 PDT 2009


Author: jim
Date: Mon Mar 23 20:44:39 2009
New Revision: 4907

Log:
Added missing CLFS_HOST

Modified:
    branches/clfs-embedded/BOOK/cross-tools/x86/variables.xml
    branches/clfs-embedded/BOOK/general.ent

Modified: branches/clfs-embedded/BOOK/cross-tools/x86/variables.xml
==============================================================================
--- branches/clfs-embedded/BOOK/cross-tools/x86/variables.xml (original)
+++ branches/clfs-embedded/BOOK/cross-tools/x86/variables.xml Mon Mar 23 20:44:39 2009
@@ -20,7 +20,8 @@
   target machine, you can use the table at the bottom of this page. Set
   the command using the method listed below:</para>
 
-<screen os="b"><userinput>export CLFS_TARGET="{target triplet}"</userinput></screen>
+<screen os="b"><userinput>export CLFS_HOST="${MACHTYPE}"
+export CLFS_TARGET="{target triplet}"</userinput></screen>
 
   <para os="c">Now we will setup out default architecture needed we need to build:</para>
 

Modified: branches/clfs-embedded/BOOK/general.ent
==============================================================================
--- branches/clfs-embedded/BOOK/general.ent (original)
+++ branches/clfs-embedded/BOOK/general.ent Mon Mar 23 20:44:39 2009
@@ -2,7 +2,7 @@
 
 <!ENTITY month "03"> <!-- Use two digits -->
 <!ENTITY month_name "March">
-<!ENTITY day "01"> <!-- Use two digits -->
+<!ENTITY day "23"> <!-- Use two digits -->
 <!ENTITY year "2009"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">




More information about the Clfs-commits mailing list