Ignore:
Timestamp:
01/03/09 21:35:36 (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6b70d12
Parents:
9f5a80a
Message:

Added GMP and MPFR to Cross-Tools

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

Legend:

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

    r9f5a80a r88958a8  
    8383    xpointer="xpointer(//*[@os='h'])"/>
    8484
    85 <screen os="bf"><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    86     --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    87     --with-local-prefix=/tools --disable-nls --enable-shared \
    88     --enable-languages=c,c++ --enable-__cxa_atexit \
    89     --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen>
     85    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     86    href="../common/gcc-final.xml"
     87    xpointer="xpointer(//*[@os='bf'])"/>
    9088
    9189    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86_64/gcc-static.xml

    r9f5a80a r88958a8  
    7676    xpointer="xpointer(//*[@os='h'])"/>
    7777
    78 <screen os="al"><userinput>AR=ar ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    79     --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    80     --with-local-prefix=/tools --disable-nls --disable-shared \
    81     --without-headers --with-newlib --disable-decimal-float \
    82     --disable-libgomp --disable-libmudflap --disable-libssp \
    83     --disable-threads --enable-languages=c</userinput></screen>
     78    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     79    href="../common/gcc-static.xml"
     80    xpointer="xpointer(//*[@os='al'])"/>
    8481
    8582    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.