Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-final.xml

    rbd0ad10 rd5c7418  
    55  %general-entities;
    66]>
    7 
    8 <!-- Common GCC-Final -->
    97
    108<sect1 id="ch-cross-tools-gcc-final" role="wrap">
     
    1816  </indexterm>
    1917
    20   <xi:include role="package" xmlns:xi="http://www.w3.org/2003/XInclude"
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2119  href="gcc-static.xml"
    2220  xpointer="xpointer(//*[@role='package'])"/>
     
    2523    <title>Installation of GCC Cross Compiler</title>
    2624
    27     <xi:include os="c" xmlns:xi="http://www.w3.org/2003/XInclude"
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2826    href="gcc-static.xml"
    2927    xpointer="xpointer(//*[@os='c'])"/>
    3028
    31     <xi:include os="d" xmlns:xi="http://www.w3.org/2003/XInclude"
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3230    href="gcc-static.xml"
    3331    xpointer="xpointer(//*[@os='d'])"/>
    3432
    35     <xi:include os="e" xmlns:xi="http://www.w3.org/2003/XInclude"
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3634    href="gcc-static.xml"
    3735    xpointer="xpointer(//*[@os='e'])"/>
    3836
    39 <!-- This is the common configure line for GCC-Final -->
    40 <!-- It's not actually used by any arch but is here for reference. -->
    4137<screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
    4238  ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
     
    4541  --enable-languages=c --enable-c99 --enable-long-long \
    4642  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    47   --with-mpc=${CLFS}/cross-tools</userinput></screen>
     43  --with-mpc=${CLFS}/cross-tools --with-abi=${CLFS_ABI}</userinput></screen>
    4844
    4945    <variablelist os="af">
     
    7369    </variablelist>
    7470
    75     <xi:include os="ah" xmlns:xi="http://www.w3.org/2003/XInclude"
     71    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7672    href="gcc-static.xml"
    77     xpointer="xpointer(//*[@os='ah'])"/>
     73    xpointer="xpointer(//*[@os='ag'])"/>
    7874
    79 <screen os="ai"><userinput>make</userinput></screen>
     75<screen os="ah"><userinput>make</userinput></screen>
    8076
    81     <xi:include os="aj" xmlns:xi="http://www.w3.org/2003/XInclude"
     77    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8278    href="gcc-static.xml"
    83     xpointer="xpointer(//*[@os='aj'])"/>
     79    xpointer="xpointer(//*[@os='ai'])"/>
    8480
    85 <screen os="ak"><userinput>make install</userinput></screen>
     81<screen os="aj"><userinput>make install</userinput></screen>
    8682
    8783  </sect2>
Note: See TracChangeset for help on using the changeset viewer.