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

Last change on this file since ae2566a was 4a39aeb, checked in by Maarten Lankhorst <m.b.lankhorst@…>, 18 years ago

Typo

  • Property mode set to 100644
File size: 629 bytes
RevLine 
[8520e58]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-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
[00c8a02]14 the final GCC build from having issues:</para>
[8520e58]15
16<screen><userinput><literal>unset CC
17unset CXX
18unset AR
19unset AS
20unset LD
21unset RANLIB
[4a39aeb]22unset STRIP</literal></userinput></screen>
[8520e58]23
24</sect1>
Note: See TracBrowser for help on using the repository browser.