Last change
on this file since a6966fa 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
|
Rev | Line | |
---|
[8520e58] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[bd48e48] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[8520e58] | 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 |
|
---|
[3ca2208] | 16 | <screen><userinput>unset CC
|
---|
[8520e58] | 17 | unset CXX
|
---|
| 18 | unset AR
|
---|
| 19 | unset AS
|
---|
| 20 | unset LD
|
---|
| 21 | unset RANLIB
|
---|
[3ca2208] | 22 | unset STRIP</userinput></screen>
|
---|
[8520e58] | 23 |
|
---|
| 24 | </sect1>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.