Ignore:
File:
1 edited

Legend:

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

    rb27081c4 rdbc5b02  
    2424
    2525    <para>We will install ISL to enable extra functionality for GCC.
    26     They are not strictly required, but GCC can link to them to enable its
     26    It is not strictly required, but GCC can link to it to enable its
    2727    new loop generation feature called Graphite.</para>
    2828
     
    3030
    3131<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    32 ./configure \
    33     --prefix=/cross-tools \
    34     --disable-static \
     32./configure --prefix=/cross-tools --disable-static \
    3533    --with-gmp-prefix=/cross-tools</userinput></screen>
    3634
Note: See TracChangeset for help on using the changeset viewer.