Changeset ca9eca8d


Ignore:
Timestamp:
Jan 5, 2009, 3:17:00 PM (15 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:
7a5bf42
Parents:
c4f3a6d
Message:

Fixed Typo in GCC Multilib Builds

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

Legend:

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

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

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