source: BOOK/cross-tools/ppc/gcc-static.xml@ 666c128

sysvinit
Last change on this file since 666c128 was a55f9e7, checked in by William Harrington <kb0iic@…>, 9 years ago

Upgrade GCC from 5.2.0 to 5.3.0.

  • Property mode set to 100644
File size: 3.7 KB
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-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/2001/XInclude"
19 href="../../final-system/common/gcc.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/2001/XInclude"
27 href="../common/gcc-static.xml"
28 xpointer="xpointer(//*[@os='e'])"/>
29
30<!--GCC Branch Update Area
31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
32 href="../../final-system/common/gcc.xml"
33 xpointer="xpointer(//*[@os='p1'])"/>
34
35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
36 href="../../final-system/common/gcc.xml"
37 xpointer="xpointer(//*[@os='p2'])"/>
38-->
39
40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
41 href="../common/gcc-static.xml"
42 xpointer="xpointer(//*[@os='aa'])"/>
43
44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
45 href="../common/gcc-static.xml"
46 xpointer="xpointer(//*[@os='ab'])"/>
47
48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
49 href="../common/gcc-static.xml"
50 xpointer="xpointer(//*[@os='ag'])"/>
51
52<screen os="ah"><userinput>echo -en '\n#undef STANDARD_STARTFILE_PREFIX_1\n#define STANDARD_STARTFILE_PREFIX_1 "/tools/lib/"\n' &gt;&gt; gcc/config/rs6000/sysv4.h
53echo -en '\n#undef STANDARD_STARTFILE_PREFIX_2\n#define STANDARD_STARTFILE_PREFIX_2 ""\n' &gt;&gt; gcc/config/rs6000/sysv4.h</userinput></screen>
54
55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
56 href="../common/gcc-static.xml"
57 xpointer="xpointer(//*[@os='t1'])"/>
58
59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
60 href="../common/gcc-static.xml"
61 xpointer="xpointer(//*[@os='t2'])"/>
62
63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
64 href="../../final-system/common/gcc.xml"
65 xpointer="xpointer(//*[@os='f'])"/>
66
67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
68 href="../../final-system/common/gcc.xml"
69 xpointer="xpointer(//*[@os='g'])"/>
70
71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
72 href="../../final-system/common/gcc.xml"
73 xpointer="xpointer(//*[@os='h'])"/>
74
75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
76 href="../common/gcc-static.xml"
77 xpointer="xpointer(//*[@os='al'])"/>
78
79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
80 href="../common/gcc-static.xml"
81 xpointer="xpointer(//*[@os='am'])"/>
82
83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
84 href="../common/gcc-static.xml"
85 xpointer="xpointer(//*[@os='an'])"/>
86
87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
88 href="../common/gcc-static.xml"
89 xpointer="xpointer(//*[@os='ao'])"/>
90
91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
92 href="../common/gcc-static.xml"
93 xpointer="xpointer(//*[@os='ap'])"/>
94
95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
96 href="../common/gcc-static.xml"
97 xpointer="xpointer(//*[@os='aq'])"/>
98
99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
100 href="../common/gcc-static.xml"
101 xpointer="xpointer(//*[@os='ar'])"/>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title/>
107
108 <para>Details on this package are located in <xref
109 linkend="contents-gcc" role="."/></para>
110
111 </sect2>
112
113</sect1>
Note: See TracBrowser for help on using the repository browser.