source: clfs-embedded/BOOK/cross-tools/common/toolchain.xml@ 943c29a

Last change on this file since 943c29a was 943c29a, checked in by Joe Ciccone <jciccone@…>, 17 years ago

Reworded some explanitory text.

  • Property mode set to 100644
File size: 823 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-cross-tools-toolchain">
9 <?dbhtml filename="toolchain.html"?>
10
11 <title>ToolChain Variables</title>
12
13 <para>The following variables are required to be set for the uClibc build.
14 After the uClibc build they will be removed again until they are reset for
15 the final-system.</para>
16
17<screen><userinput>export CC="${CLFS_TARGET}-gcc"
18export CXX="${CLFS_TARGET}-g++"
19export AR="${CLFS_TARGET}-ar"
20export AS="${CLFS_TARGET}-as"
21export LD="${CLFS_TARGET}-ld"
22export RANLIB="${CLFS_TARGET}-ranlib"
23export STRIP="${CLFS_TARGET}-strip"</userinput></screen>
24
25</sect1>
Note: See TracBrowser for help on using the repository browser.