Ignore:
Timestamp:
Dec 24, 2008, 4:27:20 PM (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
45b0ed5
Parents:
91974d5
Message:

Adding Ryan's Notes. Toolchain Build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/native/toolchain.xml

    r91974d5 r5857ae7  
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    50     href="../common/gcc-static.xml"
    51     xpointer="xpointer(//*[@os='p1'])"/>
    52 
    53     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    54     href="../common/gcc-static.xml"
    55     xpointer="xpointer(//*[@os='p2'])"/>
    56 
    57     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5850    href="../common/binutils.xml"
    5951    xpointer="xpointer(//*[@os='ba'])"/>
     
    9587    xpointer="xpointer(//*[@os='ad'])"/>
    9688
    97     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    98     href="../common/gcc-static.xml"
    99     xpointer="xpointer(//*[@os='ag'])"/>
     89    <para os="ng">This ensures by default the compiler will look in
     90/tools/lib/../lib or /tools/lib/../lib64 as appropriate:</para>
    10091
    101     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    102     href="../common/gcc-static.xml"
    103     xpointer="xpointer(//*[@os='ah'])"/>
     92<screen os="nh"><userinput>echo "
     93#undef STANDARD_STARTFILE_PREFIX_1
     94#undef STANDARD_STARTFILE_PREFIX_2
     95#define STANDARD_STARTFILE_PREFIX_1 \"/tools/lib/\"
     96#define STANDARD_STARTFILE_PREFIX_2 \"\"" >> gcc/config/linux.h</userinput></screen>
    10497
    10598    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.