Changeset 3c8eaa6 in clfs-embedded


Ignore:
Timestamp:
Dec 3, 2008, 5:27:23 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
ae582f6
Parents:
2567553
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.

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/uclibc.xml

    r2567553 r3c8eaa6  
    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"
  • BOOK/cross-tools/mips/uclibc.xml

    r2567553 r3c8eaa6  
    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"
  • BOOK/cross-tools/x86/uclibc.xml

    r2567553 r3c8eaa6  
    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>
  • BOOK/general.ent

    r2567553 r3c8eaa6  
    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
Note: See TracChangeset for help on using the changeset viewer.