Changeset 8520e58 in clfs-embedded for BOOK/cross-tools/common/toolchain.xml
- Timestamp:
- Nov 23, 2006, 5:44:58 AM (18 years ago)
- Branches:
- master
- Children:
- 83ea4ad
- Parents:
- 3466794
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/toolchain.xml
r3466794 r8520e58 6 6 ]> 7 7 8 <sect1 id="ch- system-variables">9 <?dbhtml filename=" variables.html"?>8 <sect1 id="ch-cross-tools-toolchain"> 9 <?dbhtml filename="toolchain.html"?> 10 10 11 <title> BuildVariables</title>11 <title>ToolChain Variables</title> 12 12 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> 15 16 16 <screen><userinput>cat > ~/.bash_profile << "EOF" 17 <literal>export CC="${CLFS_TARGET}-gcc" 17 <screen><userinput><literal>export CC="${CLFS_TARGET}-gcc" 18 18 export CXX="${CLFS_TARGET}-g++" 19 19 export AR="${CLFS_TARGET}-ar" 20 20 export AS="${CLFS_TARGET}-as" 21 export LD="${CLFS_TARGET}-ld" 21 22 export 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> 23 export STRIP="${CLFS_TARGET}-strip"</literal></userinput></screen> 27 24 28 25 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.