Changeset 5f18bea in clfs-embedded for BOOK/cross-tools/mips


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.

Location:
BOOK/cross-tools/mips
Files:
2 edited

Legend:

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

    r113a63a r5f18bea  
    6969  --disable-libmudflap \
    7070  --disable-multilib \
     71  --with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \
     72  --with-mpfr-lib=$(pwd)/mpfr/src/.libs \
    7173  --with-abi=${CLFS_ABI} \
    7274  --with-arch=mips${CLFS_MIPS_LEVEL} \
  • BOOK/cross-tools/mips/gcc-static.xml

    r113a63a r5f18bea  
    7575  --enable-languages=c \
    7676  --disable-multilib \
     77  --with-mpfr-include=$(pwd)/../gcc-&gcc-version;/mpfr/src \
     78  --with-mpfr-lib=$(pwd)/mpfr/src/.libs \
    7779  --with-abi=${CLFS_ABI} \
    7880  --with-arch=mips${CLFS_MIPS_LEVEL} \
Note: See TracChangeset for help on using the changeset viewer.