source: clfs-sysroot/BOOK/cross-tools/hppa/gcc-static.xml @ e832c75

Last change on this file since e832c75 was e832c75, checked in by Joe Ciccone <jciccone@…>, 17 years ago

Added the GCC PR29114 patch which fixes the compilation of Glibc on a 64bit host.

  • Property mode set to 100644
File size: 2.9 KB
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-gcc-static" role="wrap">
9  <?dbhtml filename="gcc-static.html"?>
10
11  <title>Cross GCC-&gcc-version; - Static</title>
12
13  <indexterm zone="ch-cross-tools-gcc-static">
14    <primary sortas="a-GCC">GCC</primary>
15    <secondary>cross tools, static</secondary>
16  </indexterm>
17
18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
19  href="../common/gcc-static.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
23    <title>Installation of Cross GCC Compiler with Static libgcc
24    and no Threads</title>
25
26    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
27    href="../common/gcc-static.xml"
28    xpointer="xpointer(//*[@os='p1'])"/>
29
30    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
31    href="../common/gcc-static.xml"
32    xpointer="xpointer(//*[@os='p2'])"/>
33
34    <para os="aa">The following patch fixes the cross-compilation of Glibc for
35    PA-RISC on a 64bit host:</para>
36
37<screen os="ab"><userinput>patch -Np1 -i ../&gcc-PR29114-patch;</userinput></screen>
38
39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40    href="../common/gcc-static.xml"
41    xpointer="xpointer(//*[@os='ac'])"/>
42
43    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
44    href="../common/gcc-static.xml"
45    xpointer="xpointer(//*[@os='ad'])"/>
46
47    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
48    href="../common/gcc-static.xml"
49    xpointer="xpointer(//*[@os='c'])"/>
50
51    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
52    href="../common/gcc-static.xml"
53    xpointer="xpointer(//*[@os='d'])"/>
54
55    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
56    href="../common/gcc-static.xml"
57    xpointer="xpointer(//*[@os='e'])"/>
58
59    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
60    href="../common/gcc-static.xml"
61    xpointer="xpointer(//*[@os='ae'])"/>
62
63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
64    href="../common/gcc-static.xml"
65    xpointer="xpointer(//*[@os='af'])"/>
66
67    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
68    href="../common/gcc-static.xml"
69    xpointer="xpointer(//*[@os='ag'])"/>
70
71    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
72    href="../common/gcc-static.xml"
73    xpointer="xpointer(//*[@os='ah'])"/>
74
75    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
76    href="../common/gcc-static.xml"
77    xpointer="xpointer(//*[@os='ai'])"/>
78
79    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
80    href="../common/gcc-static.xml"
81    xpointer="xpointer(//*[@os='aj'])"/>
82
83  </sect2>
84
85  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
86  href="../common/gcc-static.xml"
87  xpointer="xpointer(//*[@role='content'])"/>
88
89</sect1>
Note: See TracBrowser for help on using the repository browser.