Ignore:
Timestamp:
Jan 17, 2009, 11:58:17 AM (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:
95de45a
Parents:
0defd7d
Message:

Ryan's Toolchain Update

File:
1 edited

Legend:

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

    r0defd7d rc1832da  
    6363    xpointer="xpointer(//*[@os='aj'])"/>
    6464
    65     <para os="bd">Finally, disable <option>-B</option> in <filename>configure</filename>,
    66     so it doesn't pick up the host's header files:</para>
    67 
    68 <screen os="be"><userinput>cp -v configure{,.orig}
    69 sed -e '/FLAGS_FOR_TARGET.*\/lib\//s@-B[^ ]*/lib/@@g' configure.orig &gt; \
    70     configure</userinput></screen>
    71 
    7265    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7366    href="gcc-static.xml"
     
    8376
    8477<screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    85     ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    86     --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    87     --disable-multilib --with-local-prefix=/tools --disable-nls \
    88     --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    89     --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
    90     --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen>
     78  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     79  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
     80  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
     81  --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
     82  --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \
     83  --enable-long-long --enable-threads=posix --disable-multilib</userinput></screen>
    9184
    9285    <variablelist os="bg">
Note: See TracChangeset for help on using the changeset viewer.