Changeset 4c373d4 in clfs-embedded


Ignore:
Timestamp:
Apr 8, 2011, 4:30:34 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
68781d8
Parents:
b882f74
Message:

Added note to ARM Static-GCC for soft float patch

Tell users to apply ARM static-GCC patch for soft float.

File:
1 edited

Legend:

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

    rb882f74 r4c373d4  
    2727  href="../common/gcc-static.xml"
    2828  xpointer="xpointer(//*[@os='a'])"/>
     29
     30  <important>
     31
     32    <para>If you set ${CLFS_FLOAT} to "soft" or "softfp", you must apply the
     33    &gcc-uclibc-arm-softfloat-patch;.  Check what ${CLFS_FLOAT} is set to and
     34    if needed, apply the patch:</para>
     35
     36<screen><userinput>echo ${CLFS_FLOAT}
     37patch -Np1 -i ../&gcc-uclibc-arm-softfloat-patch;</userinput></screen>
     38
     39  </important>
    2940
    3041  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.