Changeset 9cb6b64 for cross-tools


Ignore:
Timestamp:
Jul 1, 2006, 7:48:39 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
8018c66
Parents:
2ce8e8a
Message:

r4209@server: jim | 2006-07-01 12:46:18 -0700
Updated variables -

LFS_TARGET is now CLFS_TARGET
LFS_HOST is now CLFS_HOST
LFS_TARGET32 is now CLFS_TARGET32
LFS is now CLFS
/mnt/lfs is now /mnt/clfs


Location:
cross-tools
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/64/binutils.xml

    r2ce8e8a r9cb6b64  
    4848
    4949<screen os="ca"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
    50    --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \
     50   --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
    5151   --disable-nls --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen>
    5252
  • cross-tools/64/glibc.xml

    r2ce8e8a r9cb6b64  
    7171    xpointer="xpointer(//*[@os='g'])"/>
    7272
    73 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
    74     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     73<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
     74    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    7575    ../glibc-&glibc-version;/configure --prefix=/tools \
    76     --host=${LFS_TARGET} --build=${LFS_HOST} \
     76    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    7777    --disable-profile --enable-add-ons \
    7878    --with-tls --enable-kernel=2.6.0 --with-__thread \
  • cross-tools/alpha/gcc-static.xml

    r2ce8e8a r9cb6b64  
    8181
    8282<screen><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    83     --host=${LFS_HOST} --target=${LFS_TARGET} \
     83    --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    8484    --with-local-prefix=/tools --disable-nls --disable-shared \
    8585    --disable-threads --enable-languages=c</userinput></screen>
  • cross-tools/alpha/glibc-headers.xml

    r2ce8e8a r9cb6b64  
    5353
    5454<screen os="s3"><userinput>CC=gcc ../glibc-&glibc-version;/configure --prefix=/tools \
    55    --host=${LFS_TARGET} --build=${LFS_HOST} \
     55   --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    5656   --disable-sanity-checks --enable-kernel=2.6.0 \
    5757   --with-headers=/tools/include --cache-file=config.cache \
    58    --with-binutils=/cross-tools/${LFS_TARGET}/bin</userinput></screen>
     58   --with-binutils=/cross-tools/${CLFS_TARGET}/bin</userinput></screen>
    5959
    6060    <warning os="e1">
     
    8383       
    8484         <varlistentry os="ca3">
    85             <term><parameter>--build=${LFS_HOST}</parameter></term>
     85            <term><parameter>--build=${CLFS_HOST}</parameter></term>
    8686            <listitem>
    8787               <para>When used with --host, this creates a cross-architecture
    88                   executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para>
     88                  executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
    8989            </listitem>
    9090        </varlistentry>
    9191       
    9292        <varlistentry os="ca4">
    93            <term><parameter>--host=${LFS_TARGET}</parameter></term>
     93           <term><parameter>--host=${CLFS_TARGET}</parameter></term>
    9494           <listitem>
    9595               <para>When used with --build, this creates a cross-architecture
    96                   executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para>
     96                  executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
    9797           </listitem>
    9898        </varlistentry>
     
    124124       
    125125       <varlistentry os="ca8">
    126            <term><parameter>--with-binutils=/cross-tools/${LFS_TARGET}/bin</parameter></term>
     126           <term><parameter>--with-binutils=/cross-tools/${CLFS_TARGET}/bin</parameter></term>
    127127           <listitem>
    128128              <para>This tells GLIBC to use the binutils for our specific target architecture.</para>
  • cross-tools/alpha/variables.xml

    r2ce8e8a r9cb6b64  
    2525    xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="d"><userinput>export LFS_TARGET="alpha-unknown-linux-gnu"</userinput></screen>
     27<screen os="d"><userinput>export CLFS_TARGET="alpha-unknown-linux-gnu"</userinput></screen>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • cross-tools/common/binutils.xml

    r2ce8e8a r9cb6b64  
    4646
    4747<screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
    48     --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \
     48    --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
    4949    --disable-nls --enable-shared --disable-multilib</userinput></screen>
    5050
     
    6262
    6363      <varlistentry os="bd2">
    64         <term><parameter>--host=${LFS_HOST}</parameter></term>
     64        <term><parameter>--host=${CLFS_HOST}</parameter></term>
    6565        <listitem>
    6666          <para>When used with --target, this creates a cross-architecture
    67           executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para>
     67          executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
    6868        </listitem>
    6969      </varlistentry>
    7070
    7171      <varlistentry os="bd3">
    72         <term><parameter>--target=${LFS_TARGET}</parameter></term>
     72        <term><parameter>--target=${CLFS_TARGET}</parameter></term>
    7373        <listitem>
    7474          <para>When used with --host, this creates a cross-architecture
    75           executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para>
     75          executable that creates files for ${CLFS_TARGET} but runs on ${CLFS_HOST).</para>
    7676        </listitem>
    7777      </varlistentry>
  • cross-tools/common/glibc.xml

    r2ce8e8a r9cb6b64  
    6565    xpointer="xpointer(//*[@os='g'])"/>
    6666
    67 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc" \
    68     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     67<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
     68    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    6969    ../glibc-&glibc-version;/configure --prefix=/tools \
    70     --host=${LFS_TARGET} --build=${LFS_HOST} \
     70    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    7171    --disable-profile --enable-add-ons \
    7272    --with-tls --enable-kernel=2.6.0 --with-__thread \
     
    8686
    8787      <varlistentry os="dg2">
    88         <term><parameter>CC="${LFS_TARGET}-gcc"</parameter></term>
     88        <term><parameter>CC="${CLFS_TARGET}-gcc"</parameter></term>
    8989        <listitem>
    9090          <para>This forces Glibc to use the GCC compiler that we made for our target
     
    9494
    9595      <varlistentry os="dg3">
    96         <term><parameter>AR="${LFS_TARGET}-ar"</parameter></term>
     96        <term><parameter>AR="${CLFS_TARGET}-ar"</parameter></term>
    9797        <listitem>
    9898          <para>This forces Glibc to use the <command>ar</command> utility
     
    102102
    103103      <varlistentry os="dg4">
    104         <term><parameter>RANLIB="${LFS_TARGET}-ranlib"</parameter></term>
     104        <term><parameter>RANLIB="${CLFS_TARGET}-ranlib"</parameter></term>
    105105        <listitem>
    106106          <para>This forces Glibc to use the <command>ranlib</command> utility
  • cross-tools/mips/variables.xml

    r2ce8e8a r9cb6b64  
    2727    <para os="aa">For a MIPS Little Endian Machine:</para>
    2828
    29 <screen os="ab"><userinput>export LFS_TARGET="mipsel-unknown-linux-gnu"</userinput></screen>
     29<screen os="ab"><userinput>export CLFS_TARGET="mipsel-unknown-linux-gnu"</userinput></screen>
    3030
    3131    <para os="ac">For a MIPS Big Endian Machine:</para>
    3232
    33 <screen os="ad"><userinput>export LFS_TARGET="mips-unknown-linux-gnu"</userinput></screen>
     33<screen os="ad"><userinput>export CLFS_TARGET="mips-unknown-linux-gnu"</userinput></screen>
    3434
    3535    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • cross-tools/mips64-64/gcc-final.xml

    r2ce8e8a r9cb6b64  
    8888
    8989<screen os="bf" ><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    90     --target=${LFS_TARGET} --host=${LFS_HOST} --with-abi=64 \
     90    --target=${CLFS_TARGET} --host=${CLFS_HOST} --with-abi=64 \
    9191    --with-local-prefix=/tools --disable-nls --enable-shared \
    9292    --enable-languages=c,c++ --enable-__cxa_atexit --disable-multilib \
  • cross-tools/mips64-64/gcc-static.xml

    r2ce8e8a r9cb6b64  
    8181
    8282<screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    83     --host=${LFS_HOST} --target=${LFS_TARGET} --disable-mutlilib \
     83    --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-mutlilib \
    8484    --with-local-prefix=/tools --disable-nls --disable-shared \
    8585    --disable-threads --enable-languages=c --with-abi=64</userinput></screen>
  • cross-tools/mips64/glibc-n32.xml

    r2ce8e8a r9cb6b64  
    9292    xpointer="xpointer(//*[@os='g'])"/>
    9393
    94 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILDN32}" \
    95     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     94<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILDN32}" \
     95    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    9696    ../glibc-&glibc-version;/configure --prefix=/tools \
    97     --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib32 \
     97    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \
    9898    --disable-profile --enable-add-ons \
    9999    --with-tls --enable-kernel=2.6.0 --with-__thread \
     
    105105
    106106      <varlistentry os="fa1">
    107         <term><parameter>CC="${LFS_TARGET}-gcc ${BUILDN32}"</parameter></term>
     107        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILDN32}"</parameter></term>
    108108        <listitem>
    109109          <para>Forces Glibc to utilize our target architecture GCC utilizing
  • cross-tools/mips64/variables.xml

    r2ce8e8a r9cb6b64  
    2929    xpointer="xpointer(//*[@os='aa'])"/>
    3030
    31 <screen os="ab"><userinput>export LFS_TARGET="mips64el-unknown-linux-gnu"</userinput></screen>
     31<screen os="ab"><userinput>export CLFS_TARGET="mips64el-unknown-linux-gnu"</userinput></screen>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3535    xpointer="xpointer(//*[@os='ac'])"/>
    3636
    37 <screen os="ad"><userinput>export LFS_TARGET="mips64-unknown-linux-gnu"</userinput></screen>
     37<screen os="ad"><userinput>export CLFS_TARGET="mips64-unknown-linux-gnu"</userinput></screen>
    3838
    3939    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4141    xpointer="xpointer(//*[@os='m1'])"/>
    4242
    43 <screen os="m2"><userinput>export LFS_TARGET32="`echo ${LFS_TARGET}| sed -e 's/64//g'`"</userinput></screen>
     43<screen os="m2"><userinput>export CLFS_TARGET32="`echo ${CLFS_TARGET}| sed -e 's/64//g'`"</userinput></screen>
    4444
    4545  <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
  • cross-tools/multilib/binutils.xml

    r2ce8e8a r9cb6b64  
    5656
    5757<screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
    58    --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \
     58   --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
    5959   --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
    6060
  • cross-tools/multilib/glibc-64bit.xml

    r2ce8e8a r9cb6b64  
    7676    xpointer="xpointer(//*[@os='g'])"/>
    7777
    78 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
    79     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     78<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
     79    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    8080    ../glibc-&glibc-version;/configure --prefix=/tools \
    81     --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \
     81    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
    8282    --disable-profile --enable-add-ons \
    8383    --with-tls --enable-kernel=2.6.0 --with-__thread \
     
    8989
    9090      <varlistentry os="fa1">
    91         <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD64}"</parameter></term>
     91        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD64}"</parameter></term>
    9292        <listitem>
    9393          <para>Forces Glibc to utilize our target architecture GCC utilizing
  • cross-tools/multilib/glibc.xml

    r2ce8e8a r9cb6b64  
    7171    xpointer="xpointer(//*[@os='g'])"/>
    7272
    73 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD32}" \
    74     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     73<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
     74    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    7575    ../glibc-&glibc-version;/configure --prefix=/tools \
    76     --host=${LFS_TARGET32} --build=${LFS_HOST} \
     76    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    7777    --disable-profile --enable-add-ons \
    7878    --with-tls --enable-kernel=2.6.0 --with-__thread \
     
    8888
    8989      <varlistentry os="ea1">
    90         <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD32}"</parameter></term>
     90        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD32}"</parameter></term>
    9191        <listitem>
    9292          <para>Forces Glibc to utilize our target architecture GCC utilizing
  • cross-tools/ppc/variables.xml

    r2ce8e8a r9cb6b64  
    2525    xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="d"><userinput>export LFS_TARGET="powerpc-unknown-linux-gnu"</userinput></screen>
     27<screen os="d"><userinput>export CLFS_TARGET="powerpc-unknown-linux-gnu"</userinput></screen>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • cross-tools/ppc64/glibc-64bit.xml

    r2ce8e8a r9cb6b64  
    8585    xpointer="xpointer(//*[@os='g'])"/>
    8686
    87 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
    88     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     87<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
     88    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    8989    ../glibc-&glibc-version;/configure --prefix=/tools \
    90     --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \
     90    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
    9191    --disable-profile --enable-add-ons \
    9292    --with-tls --enable-kernel=2.6.0 --with-__thread \
     
    9898
    9999      <varlistentry os="fa1">
    100         <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD64}"</parameter></term>
     100        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD64}"</parameter></term>
    101101        <listitem>
    102102          <para>Forces Glibc to utilize our target architecture GCC utilizing
  • cross-tools/ppc64/glibc.xml

    r2ce8e8a r9cb6b64  
    8888    xpointer="xpointer(//*[@os='g'])"/>
    8989
    90 <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD32}" \
    91     AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
     90<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
     91    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    9292    ../glibc-&glibc-version;/configure --prefix=/tools \
    93     --host=${LFS_TARGET32} --build=${LFS_HOST} \
     93    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    9494    --disable-profile --enable-add-ons \
    9595    --with-tls --enable-kernel=2.6.0 --with-__thread \
     
    105105
    106106      <varlistentry os="ea1">
    107         <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD32}"</parameter></term>
     107        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD32}"</parameter></term>
    108108        <listitem>
    109109          <para>Forces Glibc to utilize our target architecture GCC utilizing
  • cross-tools/ppc64/variables.xml

    r2ce8e8a r9cb6b64  
    2525    xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="d"><userinput>export LFS_TARGET="powerpc64-unknown-linux-gnu"</userinput></screen>
     27<screen os="d"><userinput>export CLFS_TARGET="powerpc64-unknown-linux-gnu"</userinput></screen>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3131    xpointer="xpointer(//*[@os='m1'])"/>
    3232
    33 <screen os="m2"><userinput>export LFS_TARGET32="powerpc-unknown-linux-gnu"</userinput></screen>
     33<screen os="m2"><userinput>export CLFS_TARGET32="powerpc-unknown-linux-gnu"</userinput></screen>
    3434
    3535    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • cross-tools/sparc/variables.xml

    r2ce8e8a r9cb6b64  
    2525    xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="d"><userinput>export LFS_TARGET="sparc-unknown-linux-gnu"</userinput></screen>
     27<screen os="d"><userinput>export CLFS_TARGET="sparc-unknown-linux-gnu"</userinput></screen>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • cross-tools/sparc64/variables.xml

    r2ce8e8a r9cb6b64  
    2525    xpointer="xpointer(//*[@os='c'])"/>
    2626
    27 <screen os="d"><userinput>export LFS_TARGET="sparc64-unknown-linux-gnu"</userinput></screen>
     27<screen os="d"><userinput>export CLFS_TARGET="sparc64-unknown-linux-gnu"</userinput></screen>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3131    xpointer="xpointer(//*[@os='m1'])"/>
    3232
    33 <screen os="m2"><userinput>export LFS_TARGET32="sparc-unknown-linux-gnu"</userinput></screen>
     33<screen os="m2"><userinput>export CLFS_TARGET32="sparc-unknown-linux-gnu"</userinput></screen>
    3434
    3535  <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
  • cross-tools/x86/gcc-final.xml

    r2ce8e8a r9cb6b64  
    9494
    9595<screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    96     --target=${LFS_TARGET} --host=${LFS_HOST} --disable-multilib \
     96    --target=${CLFS_TARGET} --host=${CLFS_HOST} --disable-multilib \
    9797    --with-local-prefix=/tools --disable-nls --enable-shared \
    9898    --enable-languages=c,c++ --enable-__cxa_atexit \
     
    145145    <para os="bh">Continue with compiling the package:</para>
    146146
    147 <screen os="bi"><userinput>make AS_FOR_TARGET="${LFS_TARGET}-as" \
    148     LD_FOR_TARGET="${LFS_TARGET}-ld"</userinput></screen>
     147<screen os="bi"><userinput>make AS_FOR_TARGET="${CLFS_TARGET}-as" \
     148    LD_FOR_TARGET="${CLFS_TARGET}-ld"</userinput></screen>
    149149
    150150    <para os="bj">Install the package:</para>
  • cross-tools/x86/gcc-static.xml

    r2ce8e8a r9cb6b64  
    7373
    7474<screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    75     --host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \
     75    --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib \
    7676    --with-local-prefix=/tools --disable-nls --disable-shared \
    7777    --disable-threads --enable-languages=c</userinput></screen>
  • cross-tools/x86/variables.xml

    r2ce8e8a r9cb6b64  
    2020  command:</para>
    2121
    22 <screen os="b"><userinput>export LFS_HOST="`echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g'`"</userinput></screen>
     22<screen os="b"><userinput>export CLFS_HOST="`echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g'`"</userinput></screen>
    2323
    2424  <para os="c">Now you will need to set the target triplet for the target
     
    2828  the command using the method listed below:</para>
    2929
    30 <screen os="d"><userinput>export LFS_TARGET="{target triplet}"</userinput></screen>
     30<screen os="d"><userinput>export CLFS_TARGET="{target triplet}"</userinput></screen>
    3131
    3232  <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
     
    3535  case you have to exit and restart building later:</para>
    3636
    37 <screen os="f"><userinput>echo export LFS_HOST=\""${LFS_HOST}\"" &gt;&gt; ~/.bashrc
    38 echo export LFS_TARGET=\""${LFS_TARGET}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     37<screen os="f"><userinput>echo export CLFS_HOST=\""${CLFS_HOST}\"" &gt;&gt; ~/.bashrc
     38echo export CLFS_TARGET=\""${CLFS_TARGET}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    3939
    4040  <table os="g">
  • cross-tools/x86_64-64/gcc-static.xml

    r2ce8e8a r9cb6b64  
    7979
    8080<screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    81     --host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \
     81    --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-multilib \
    8282    --with-local-prefix=/tools --disable-nls --disable-shared \
    8383    --disable-threads --enable-languages=c</userinput></screen>
  • cross-tools/x86_64/gcc-final.xml

    r2ce8e8a r9cb6b64  
    9595
    9696<screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    97     --target=${LFS_TARGET} --host=${LFS_HOST} \
     97    --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    9898    --with-local-prefix=/tools --disable-nls --enable-shared \
    9999    --enable-languages=c,c++ --enable-__cxa_atexit \
  • cross-tools/x86_64/gcc-static.xml

    r2ce8e8a r9cb6b64  
    8181
    8282<screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    83     --host=${LFS_HOST} --target=${LFS_TARGET} \
     83    --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    8484    --with-local-prefix=/tools --disable-nls --disable-shared \
    8585    --disable-threads --enable-languages=c</userinput></screen>
  • cross-tools/x86_64/variables.xml

    r2ce8e8a r9cb6b64  
    2323  <para os="c">Now we will set our Target Triplet:</para>
    2424
    25 <screen os="d"><userinput>export LFS_TARGET="x86_64-unknown-linux-gnu"</userinput></screen>
     25<screen os="d"><userinput>export CLFS_TARGET="x86_64-unknown-linux-gnu"</userinput></screen>
    2626
    2727  <para os="m1">Now we will set our Target Triplet for 32 Bits:</para>
    2828
    29 <screen os="m2"><userinput>export LFS_TARGET32="i686-pc-linux-gnu"</userinput></screen>
     29<screen os="m2"><userinput>export CLFS_TARGET32="i686-pc-linux-gnu"</userinput></screen>
    3030
    3131  <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
     
    3535    xpointer="xpointer(//*[@os='e'])"/>
    3636
    37 <screen os="f"><userinput>echo export LFS_HOST=\""${LFS_HOST}\"" &gt;&gt; ~/.bashrc
    38 echo export LFS_TARGET=\""${LFS_TARGET}\"" &gt;&gt; ~/.bashrc
    39 echo export LFS_TARGET32=\""${LFS_TARGET32}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     37<screen os="f"><userinput>echo export CLFS_HOST=\""${CLFS_HOST}\"" &gt;&gt; ~/.bashrc
     38echo export CLFS_TARGET=\""${CLFS_TARGET}\"" &gt;&gt; ~/.bashrc
     39echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    4040
    4141</sect1>
Note: See TracChangeset for help on using the changeset viewer.