source: clfs-embedded/BOOK/cross-tools/common/clear-toolchain.xml @ 3ca2208

Last change on this file since 3ca2208 was 3ca2208, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Several fixes for PDF look.

  • Property mode set to 100644
File size: 610 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-clear-toolchain">
9  <?dbhtml filename="clear-toolchain.html"?>
10
11  <title>Clear ToolChain Variables</title>
12
13  <para>Now we remove the toolchain variables to prevent
14  the final GCC build from having issues:</para>
15
16<screen><userinput>unset CC
17unset CXX
18unset AR
19unset AS
20unset LD
21unset RANLIB
22unset STRIP</userinput></screen>
23
24</sect1>
Note: See TracBrowser for help on using the repository browser.