Changeset 4084

Show
Ignore:
Timestamp:
12/04/08 01:27:23 (1 month ago)
Author:
jciccone
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-embedded/BOOK/cross-tools/arm/uclibc.xml

    r4073 r4084  
    9090  xpointer="xpointer(//*[@os='n'])"/> 
    9191 
    92 <screen os="o"><userinput>make CC="${CC} ${BUILD}"</userinput></screen> 
     92  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     93  href="../x86/uclibc.xml" 
     94  xpointer="xpointer(//*[@os='o'])"/> 
    9395 
    9496  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • branches/clfs-embedded/BOOK/cross-tools/mips/uclibc.xml

    r4073 r4084  
    9191  xpointer="xpointer(//*[@os='n'])"/> 
    9292 
    93 <screen os="o"><userinput>make CC="${CC} ${BUILD}"</userinput></screen> 
     93  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     94  href="../x86/uclibc.xml" 
     95  xpointer="xpointer(//*[@os='o'])"/> 
    9496 
    9597  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • branches/clfs-embedded/BOOK/cross-tools/x86/uclibc.xml

    r4073 r4084  
    8181    <para os="n">Compile the package:</para> 
    8282 
    83 <screen os="o"><userinput>make CC="${CC} ${BUILD}"</userinput></screen> 
     83<screen os="o"><userinput>make CC="${CLFS_TARGET}-gcc ${BUILD}"</userinput></screen> 
    8484 
    8585    <para os="p">Install the package:</para> 
  • branches/clfs-embedded/BOOK/general.ent

    r4071 r4084  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    22 
    3 <!ENTITY month "11"> <!-- Use two digits --> 
    4 <!ENTITY month_name "November"> 
    5 <!ENTITY day "08"> <!-- Use two digits --> 
     3<!ENTITY month "12"> <!-- Use two digits --> 
     4<!ENTITY month_name "December"> 
     5<!ENTITY day "03"> <!-- Use two digits --> 
    66<!ENTITY year "2008"> <!-- Use four digits --> 
    77