Changeset c1832da for BOOK/cross-tools


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

Ryan's Toolchain Update

Location:
BOOK/cross-tools
Files:
1 added
6 deleted
17 edited
5 moved

Legend:

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

    r0defd7d rc1832da  
    5353    xpointer="xpointer(//*[@os='i'])"/>
    5454
    55 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure --prefix=/cross-tools \
    56     --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
    57     --disable-nls --enable-shared --disable-multilib</userinput></screen>
     55<screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure \
     56  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     57  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \
     58  --enable-64-bit-bfd --disable-multilib</userinput></screen>
    5859
    5960    <variablelist os="bd">
  • 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">
  • BOOK/cross-tools/common/gcc-static.xml

    r0defd7d rc1832da  
    4545    location:</para>
    4646
    47 <screen os="ah"><userinput>for file in $(find gcc/config  -name linux.h -o -name linux64.h ! -wholename gcc/config/linux.h)
    48 do echo -e '\n#undef STARTFILE_PREFIX_SPEC\n#define STARTFILE_PREFIX_SPEC "/tools/lib/"' &gt;&gt; ${file}
    49 done</userinput></screen>
     47<screen os="ah"><userinput>echo -en '\n#undef STANDARD_STARTFILE_PREFIX_1\n#define STANDARD_STARTFILE_PREFIX_1 "/tools/lib/"\n' >> gcc/config/linux.h
     48echo -en '\n#undef STANDARD_STARTFILE_PREFIX_2\n#define STANDARD_STARTFILE_PREFIX_2 ""\n' >> gcc/config/linux.h</userinput></screen>
    5049
    5150    <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default
     
    7473
    7574<screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    76     ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    77     --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    78     --disable-multilib --with-local-prefix=/tools --disable-nls \
    79     --without-headers --with-newlib --disable-decimal-float \
    80     --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    81     --disable-libgomp --disable-libmudflap --disable-libssp \
    82     --disable-shared --disable-threads --enable-languages=c</userinput></screen>
     75  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     76  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     77  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
     78  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     79  --without-headers --with-newlib --disable-decimal-float \
     80  --disable-libgomp --disable-libmudflap --disable-libssp \
     81  --disable-threads --enable-languages=c --disable-multilib</userinput></screen>
    8382
    8483    <variablelist os="am">
  • BOOK/cross-tools/mips64-64-chapter.xml

    r0defd7d rc1832da  
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/binutils.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64-64/gcc-static.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64-64/glibc.xml"/>
  • BOOK/cross-tools/mips64-64/gcc-final.xml

    r0defd7d rc1832da  
    7575    xpointer="xpointer(//*[@os='h'])"/>
    7676
    77 <screen os="bf" ><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib \
    78    ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    79     --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST}
    80     --with-local-prefix=/tools --disable-nls --enable-shared \
    81     --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    82     --enable-languages=c,c++ --enable-__cxa_atexit --disable-multilib \
    83     --enable-c99 --enable-long-long --enable-threads=posix \
    84     --with-abi=64</userinput></screen>
     77<screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     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 --with-abi=64</userinput></screen>
    8584
    8685    <variablelist os="bg">
  • BOOK/cross-tools/mips64-64/gcc-static.xml

    r0defd7d rc1832da  
    2929
    3030    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31     href="../x86_64-64/gcc-static.xml"
     31    href="../64/gcc-static.xml"
    3232    xpointer="xpointer(//*[@os='p2'])"/>
    3333
     
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    39     href="../x86_64-64/gcc-static.xml"
     39    href="../64/gcc-static.xml"
    4040    xpointer="xpointer(//*[@os='ab'])"/>
    4141
     
    8585
    8686<screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    87     ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    88     --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    89     --disable-multilib --with-local-prefix=/tools --disable-nls \
    90     --without-headers --with-newlib --disable-decimal-float \
    91     --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    92     --disable-libgomp --disable-libmudflap --disable-libssp \
    93     --disable-shared  --disable-threads --enable-languages=c \
    94     --with-abi=64</userinput></screen>
     87  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     88  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     89  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
     90  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     91  --without-headers --with-newlib --disable-decimal-float \
     92  --disable-libgomp --disable-libmudflap --disable-libssp \
     93  --disable-threads --enable-languages=c --with-abi=64</userinput></screen>
    9594
    9695    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/mips64-chapter.xml

    r0defd7d rc1832da  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/gcc-static.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc-static.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/glibc.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/glibc-n32.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/glibc-64bit.xml"/>
    28   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/gcc-final.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc-final.xml"/>
    2929
    3030</chapter>
  • BOOK/cross-tools/multilib/binutils.xml

    r0defd7d rc1832da  
    6363    xpointer="xpointer(//*[@os='i'])"/>
    6464
    65 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure --prefix=/cross-tools \
    66    --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
    67    --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
     65<screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure \
     66  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     67  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \
     68  --enable-64-bit-bfd</userinput></screen>
    6869
    6970    <variablelist os="bd">
  • BOOK/cross-tools/multilib/gcc-final.xml

    r0defd7d rc1832da  
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    66     href="../common/gcc-final.xml"
    67     xpointer="xpointer(//*[@os='bd'])"/>
    68 
    69     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    70     href="../common/gcc-final.xml"
    71     xpointer="xpointer(//*[@os='be'])"/>
    72 
    73     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7466    href="gcc-static.xml"
    7567    xpointer="xpointer(//*[@os='f'])"/>
     
    8476
    8577<screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    86     ../gcc-&gcc-version;/configure --prefix=/cross-tools --with-sysroot=${CLFS} \
    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>
     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</userinput></screen>
    9284
    9385    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/multilib/gcc-static.xml

    r0defd7d rc1832da  
    8585
    8686<screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    87     ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    88     --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    89     --with-local-prefix=/tools --disable-nls \
    90     --without-headers --with-newlib --disable-decimal-float \
    91     --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    92     --disable-libgomp --disable-libmudflap --disable-libssp \
    93     --disable-shared --disable-threads --enable-languages=c</userinput></screen>
     87  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     88  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     89  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
     90  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     91  --without-headers --with-newlib --disable-decimal-float \
     92  --disable-libgomp --disable-libmudflap --disable-libssp \
     93  --disable-threads --enable-languages=c</userinput></screen>
    9494
    9595    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    101101    xpointer="xpointer(//*[@os='an'])"/>
    102102
    103     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    104     href="../common/gcc-static.xml"
    105     xpointer="xpointer(//*[@os='ao'])"/>
     103<screen os="s1"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen>
    106104
    107105    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/native-chapter.xml

    r0defd7d rc1832da  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/variables.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/>
    1819  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/>
    1920  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/binutils.xml"/>
    21   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/gcc-static.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/>
    2223  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/glibc.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/gcc-final.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/>
    2425
    2526</chapter>
  • BOOK/cross-tools/native64-chapter.xml

    r0defd7d rc1832da  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/variables.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/variables.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/flags.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/linux-headers.xml"/>
     
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/binutils.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/gcc-static.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc-static.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/glibc.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/glibc-64bit.xml"/>
    27   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native64/gcc-final.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc-final.xml"/>
    2828
    2929</chapter>
  • BOOK/cross-tools/ppc64-chapter.xml

    r0defd7d rc1832da  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/gcc-static.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc-static.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc-64bit.xml"/>
    27   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/gcc-final.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc-final.xml"/>
    2828
    2929</chapter>
  • BOOK/cross-tools/sparc64-64-chapter.xml

    r0defd7d rc1832da  
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/binutils.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/gcc-static.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/gcc-static.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/glibc.xml"/>
    26   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/gcc-final.xml"/>
    2727
    2828</chapter>
  • BOOK/cross-tools/sparc64-64/gcc-static.xml

    r0defd7d rc1832da  
    2929
    3030    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31     href="../x86_64-64/gcc-static.xml"
     31    href="../64/gcc-static.xml"
    3232    xpointer="xpointer(//*[@os='p2'])"/>
    3333
     
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    39     href="../x86_64-64/gcc-static.xml"
     39    href="../64/gcc-static.xml"
    4040    xpointer="xpointer(//*[@os='ab'])"/>
    4141
     
    9696    xpointer="xpointer(//*[@os='an'])"/>
    9797
    98 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen>
     98    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     99    href="../sparc64/gcc-static.xml"
     100    xpointer="xpointer(//*[@os='s1'])"/>
    99101
    100102    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc64-chapter.xml

    r0defd7d rc1832da  
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/glibc.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/glibc-64bit.xml"/>
    27   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/gcc-final.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/gcc-final.xml"/>
    2828
    2929</chapter>
  • BOOK/cross-tools/sparc64/gcc-final.xml

    r0defd7d rc1832da  
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    66     href="../common/gcc-final.xml"
    67     xpointer="xpointer(//*[@os='bd'])"/>
    68 
    69     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    70     href="../common/gcc-final.xml"
    71     xpointer="xpointer(//*[@os='be'])"/>
    72 
    73     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7466    href="gcc-static.xml"
    7567    xpointer="xpointer(//*[@os='f'])"/>
     
    8375    xpointer="xpointer(//*[@os='h'])"/>
    8476
    85 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    86     ../gcc-&gcc-version;/configure --prefix=/cross-tools --with-sysroot=${CLFS} \
    87     --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    88     --disable-multilib --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>
     77    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     78    href="../multilib/gcc-final.xml"
     79    xpointer="xpointer(//*[@os='h'])"/>
    9280
    9381    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9987    xpointer="xpointer(//*[@os='bh'])"/>
    10088
    101     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    102     href="../common/gcc-final.xml"
    103     xpointer="xpointer(//*[@os='bi'])"/>
     89<screen os="bi"><userinput>make AS_FOR_TARGET="${CLFS_TARGET}-as" \
     90    LD_FOR_TARGET="${CLFS_TARGET}-ld" CFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen>
    10491
    10592    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc64/gcc-static.xml

    r0defd7d rc1832da  
    8585
    8686    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    87     href="../x86_64/gcc-static.xml"
     87    href="../multilib/gcc-static.xml"
    8888    xpointer="xpointer(//*[@os='al'])"/>
    8989
     
    9696    xpointer="xpointer(//*[@os='an'])"/>
    9797
    98 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen>
     98<screen os="s1"><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}"</userinput></screen>
    9999
    100100    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86_64-64-chapter.xml

    r0defd7d rc1832da  
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/binutils.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/gcc-static.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/gcc-static.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/glibc.xml"/>
    26   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/gcc-final.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/gcc-final.xml"/>
    2727
    2828</chapter>
  • BOOK/cross-tools/x86_64-chapter.xml

    r0defd7d rc1832da  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/gcc-static.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc-static.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/glibc.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/glibc-64bit.xml"/>
    27   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/gcc-final.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/gcc-final.xml"/>
    2828
    2929</chapter>
Note: See TracChangeset for help on using the changeset viewer.