Last change
on this file since 961b7c5 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
|
Line | |
---|
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 |
|
---|
8 | <sect1 id="ch-cross-tools-toolchain">
|
---|
9 | <?dbhtml filename="toolchain.html"?>
|
---|
10 |
|
---|
11 | <title>ToolChain Variables</title>
|
---|
12 |
|
---|
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>
|
---|
16 |
|
---|
17 | <screen><userinput><literal>export CC="${CLFS_TARGET}-gcc"
|
---|
18 | export CXX="${CLFS_TARGET}-g++"
|
---|
19 | export AR="${CLFS_TARGET}-ar"
|
---|
20 | export AS="${CLFS_TARGET}-as"
|
---|
21 | export LD="${CLFS_TARGET}-ld"
|
---|
22 | export RANLIB="${CLFS_TARGET}-ranlib"
|
---|
23 | export STRIP="${CLFS_TARGET}-strip"</literal></userinput></screen>
|
---|
24 |
|
---|
25 | </sect1>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.