Changeset ab1184b in clfs-sysroot for BOOK/cross-tools/common/gcc-final.xml


Ignore:
Timestamp:
Jan 4, 2009, 6:33:29 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
7329dbe
Parents:
d3318e9
Message:

Enable the GCC in cross-tools to link against the GMP and MPFR installed into cross-tools.

File:
1 edited

Legend:

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

    rd3318e9 rab1184b  
    4343    xpointer="xpointer(//*[@os='e'])"/>
    4444
    45 <screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
     45<screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
     46    ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
    4647    --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    4748    --disable-multilib --with-sysroot=${CLFS} --disable-nls \
    4849    --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
     50    --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    4951    --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen>
    5052
Note: See TracChangeset for help on using the changeset viewer.