source: BOOK/cross-tools/ppc/gcc-static.xml@ 6509b2b

systemd
Last change on this file since 6509b2b was c4ebdab, 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
RevLine 
[3084543]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
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]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
[cc858ed]26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9e0069f]27 href="../common/gcc-static.xml"
28 xpointer="xpointer(//*[@os='e'])"/>
29
[c4ebdab]30<!--GCC Branch Update Area
[9e0069f]31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cc858ed]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'])"/>
[c4ebdab]38-->
[cc858ed]39
[dabbced]40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]41 href="../common/gcc-static.xml"
42 xpointer="xpointer(//*[@os='aa'])"/>
43
[dabbced]44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]45 href="../common/gcc-static.xml"
46 xpointer="xpointer(//*[@os='ab'])"/>
47
[dabbced]48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]49 href="../common/gcc-static.xml"
50 xpointer="xpointer(//*[@os='ag'])"/>
51
[fcc84cc]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>
[3084543]54
[dabbced]55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]56 href="../common/gcc-static.xml"
57 xpointer="xpointer(//*[@os='t1'])"/>
58
[dabbced]59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]60 href="../common/gcc-static.xml"
61 xpointer="xpointer(//*[@os='t2'])"/>
62
[dabbced]63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]64 href="../../final-system/common/gcc.xml"
65 xpointer="xpointer(//*[@os='f'])"/>
66
[dabbced]67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]68 href="../../final-system/common/gcc.xml"
69 xpointer="xpointer(//*[@os='g'])"/>
70
[dabbced]71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]72 href="../../final-system/common/gcc.xml"
73 xpointer="xpointer(//*[@os='h'])"/>
74
[dabbced]75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]76 href="../common/gcc-static.xml"
77 xpointer="xpointer(//*[@os='al'])"/>
78
[dabbced]79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]80 href="../common/gcc-static.xml"
81 xpointer="xpointer(//*[@os='am'])"/>
82
[dabbced]83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]84 href="../common/gcc-static.xml"
85 xpointer="xpointer(//*[@os='an'])"/>
86
[dabbced]87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]88 href="../common/gcc-static.xml"
89 xpointer="xpointer(//*[@os='ao'])"/>
90
[dabbced]91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]92 href="../common/gcc-static.xml"
93 xpointer="xpointer(//*[@os='ap'])"/>
94
[dabbced]95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3084543]96 href="../common/gcc-static.xml"
97 xpointer="xpointer(//*[@os='aq'])"/>
98
[d755bc7]99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
100 href="../common/gcc-static.xml"
101 xpointer="xpointer(//*[@os='ar'])"/>
102
[3084543]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.