Ignore:
Timestamp:
Jan 4, 2009, 10:19:05 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
cae8b57
Parents:
4173cd9
Message:

Re-Order Cross-Tools Build.
Add -rpath /cross-tools/lib to the link command for mpfr so we can ensure that we use our locally compiled version rather then the hosts.

File:
1 edited

Legend:

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

    r4173cd9 r3030099  
    2525    <para os="a">Prepare MPFR for compilation:</para>
    2626
    27 <screen os="b"><userinput>./configure --prefix=/cross-tools \
     27<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     28./configure --prefix=/cross-tools \
    2829    --enable-shared --with-gmp=/cross-tools</userinput></screen>
    2930
Note: See TracChangeset for help on using the changeset viewer.