Changeset ab1184b in clfs-sysroot


Ignore:
Timestamp:
Jan 4, 2009, 10:33:29 AM (15 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.

Location:
BOOK/cross-tools/common
Files:
1 added
2 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
  • BOOK/cross-tools/common/gcc-static.xml

    rd3318e9 rab1184b  
    4444    xpointer="xpointer(//*[@os='e'])"/>
    4545
    46 <screen os="ae"><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
     46<screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
     47    ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
    4748    --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    4849    --disable-multilib --with-sysroot=${CLFS} --disable-nls \
    4950    --without-headers --with-newlib --disable-decimal-float \
    5051    --disable-libgomp --disable-libmudflap --disable-libssp \
     52    --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    5153    --disable-shared --disable-threads --enable-languages=c</userinput></screen>
    5254
Note: See TracChangeset for help on using the changeset viewer.