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

Last change on this file since ae2566a was 8520e58, checked in by Jim Gifford <clfs@…>, 18 years ago

Text Updates for CLFS Embedded

  • Property mode set to 100644
File size: 812 bytes
RevLine 
[faa6467]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[8520e58]8<sect1 id="ch-cross-tools-toolchain">
9 <?dbhtml filename="toolchain.html"?>
[faa6467]10
[8520e58]11 <title>ToolChain Variables</title>
[faa6467]12
[8520e58]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>
[faa6467]16
[8520e58]17<screen><userinput><literal>export CC="${CLFS_TARGET}-gcc"
[faa6467]18export CXX="${CLFS_TARGET}-g++"
19export AR="${CLFS_TARGET}-ar"
20export AS="${CLFS_TARGET}-as"
21export LD="${CLFS_TARGET}-ld"
[8520e58]22export RANLIB="${CLFS_TARGET}-ranlib"
23export STRIP="${CLFS_TARGET}-strip"</literal></userinput></screen>
[faa6467]24
25</sect1>
Note: See TracBrowser for help on using the repository browser.