Changeset 285d1d0 in clfs-embedded for BOOK/cross-tools/common


Ignore:
Timestamp:
Feb 1, 2011, 3:13:26 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
deb99a3
Parents:
26c7a06
Message:

Added option to run make check on GMP

GCC version 4.3.2 compiles GMP but it will be broken.
The test suite will catch this. Added note to optionally run test suite.
For info on broken-ness see:
http://gmplib.org/#STATUS

File:
1 edited

Legend:

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

    r26c7a06 r285d1d0  
    3636<screen os="d"><userinput>make</userinput></screen>
    3737
    38     <para os="e">Install the package:</para>
     38    <note os="e">
     39      <para>Some versions of GCC (notably 4.3.2 which ships with Debian
     40      5) will compile GMP without errors but in a subtly broken way.  To ensure
     41      GMP is compiled and functioning correctly, optionally run the test suite:</para>
    3942
    40 <screen os="f"><userinput>make install</userinput></screen>
     43<screen os="d"><userinput>make check</userinput></screen>
     44    </note>
     45
     46    <para os="f">Install the package:</para>
     47
     48<screen os="g"><userinput>make install</userinput></screen>
    4149
    4250  </sect2>
Note: See TracChangeset for help on using the changeset viewer.