Changeset 8520e58 in clfs-embedded for BOOK/cross-tools/common


Ignore:
Timestamp:
Nov 22, 2006, 9:44:58 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
83ea4ad
Parents:
3466794
Message:

Text Updates for CLFS Embedded

Location:
BOOK/cross-tools/common
Files:
2 added
1 moved

Legend:

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

    r3466794 r8520e58  
    66]>
    77
    8 <sect1 id="ch-system-variables">
    9   <?dbhtml filename="variables.html"?>
     8<sect1 id="ch-cross-tools-toolchain">
     9  <?dbhtml filename="toolchain.html"?>
    1010
    11   <title>Build Variables</title>
     11  <title>ToolChain Variables</title>
    1212
    13   <para>Setup target-specific variables for the compiler
    14   and linkers:</para>
     13  <para>We set this up just for uClibc build, we will remove
     14  these after we that build. We will reitroduce them in
     15  then Final System build:</para>
    1516
    16 <screen><userinput>cat &gt; ~/.bash_profile &lt;&lt; "EOF"
    17 <literal>export CC="${CLFS_TARGET}-gcc"
     17<screen><userinput><literal>export CC="${CLFS_TARGET}-gcc"
    1818export CXX="${CLFS_TARGET}-g++"
    1919export AR="${CLFS_TARGET}-ar"
    2020export AS="${CLFS_TARGET}-as"
     21export LD="${CLFS_TARGET}-ld"
    2122export RANLIB="${CLFS_TARGET}-ranlib"
    22 export LD="${CLFS_TARGET}-ld"
    23 export STRIP="${CLFS_TARGET}-strip"</literal>
    24 EOF
    25 source ~/.bashrc
    26 </userinput></screen>
     23export STRIP="${CLFS_TARGET}-strip"</literal></userinput></screen>
    2724
    2825</sect1>
Note: See TracChangeset for help on using the changeset viewer.