Changeset 5f18bea in clfs-embedded for BOOK/cross-tools/common/gcc-final.xml


Ignore:
Timestamp:
Oct 15, 2013, 1:30:49 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
94e2400
Parents:
113a63a
Message:

gcc: Add --with-mpfr directives to configure

Such that in-tree mpfr can be found. Without, will search the host and
that would potentially defeat the purpose of putting mpfr in the gcc
tree.

File:
1 edited

Legend:

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

    r113a63a r5f18bea  
    7373  --with-gmp=${CLFS}/cross-tools \
    7474  --with-mpc=${CLFS}/cross-tools \
    75   --disable-multilib</userinput></screen>
     75  --disable-multilib \
     76  --with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \
     77  --with-mpfr-lib=$(pwd)/mpfr/src/.libs</userinput></screen>
    7678
    7779    <variablelist os="af">
Note: See TracChangeset for help on using the changeset viewer.