Changeset 5857ae7


Ignore:
Timestamp:
Dec 24, 2008, 4:27:20 PM (15 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.

Location:
BOOK/cross-tools
Files:
2 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"
  • BOOK/cross-tools/native64/toolchain.xml

    r91974d5 r5857ae7  
    4646mv ../mpfr-&mpfr-version; ./mpfr
    4747mv ../gmp-&gmp-version; ./gmp</userinput></screen>
    48 
    49     <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'])"/>
    5648
    5749    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    10496
    10597    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    106     href="../common/gcc-static.xml"
    107     xpointer="xpointer(//*[@os='ag'])"/>
     98    href="../native/gcc.xml"
     99    xpointer="xpointer(//*[@os='ng'])"/>
    108100
    109101    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    110     href="../common/gcc-static.xml"
    111     xpointer="xpointer(//*[@os='ah'])"/>
     102    href="../native/gcc.xml"
     103    xpointer="xpointer(//*[@os='nh'])"/>
    112104
    113105    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.