Changeset 65257bb in clfs-embedded


Ignore:
Timestamp:
Aug 12, 2013, 1:36:13 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
288ef52
Parents:
aeb76e6
git-author:
Andrew Bradford <andrew@…> (08/05/13 19:27:17)
git-committer:
Andrew Bradford <andrew@…> (08/12/13 13:36:13)
Message:

gmp,mpc,mpfr: Indicate as prereqs for GCC

It wasn't made clear before that these must be present in order to build
GCC.

Location:
BOOK/cross-tools/common
Files:
3 edited

Legend:

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

    raeb76e6 r65257bb  
    2020
    2121    <para>GMP is a library for arithmetic on arbitrary precision integers,
    22     rational numbers, and floating-point numbers.</para>
     22    rational numbers, and floating-point numbers.  It is required in order to
     23    build GCC.</para>
    2324
    2425  </sect2>
  • BOOK/cross-tools/common/mpc.xml

    raeb76e6 r65257bb  
    2020
    2121    <para>MPC is a C library for the arithmetic of complex numbers with
    22     arbitrarily high precision and correct rounding of the result.</para>
     22    arbitrarily high precision and correct rounding of the result.  It is
     23    required in order to build GCC.</para>
    2324
    2425  </sect2>
  • BOOK/cross-tools/common/mpfr.xml

    raeb76e6 r65257bb  
    2020
    2121    <para>The MPFR library is a C library for multiple-precision floating-point
    22     computations with correct rounding.</para>
     22    computations with correct rounding.  It is required in order to build GCC.
     23    </para>
    2324
    2425  </sect2>
Note: See TracChangeset for help on using the changeset viewer.