source: BOOK/final-system/multilib/gcc.xml @ e202e3d

systemd
Last change on this file since e202e3d was c4ebdab, checked in by William Harrington <kb0iic@…>, 8 years ago

Upgrade GCC from 5.2.0 to 5.3.0.

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-gcc" role="wrap">
9  <?dbhtml filename="gcc.html"?>
10
11  <title>GCC-&gcc-version;</title>
12
13  <indexterm zone="ch-system-gcc">
14    <primary sortas="a-GCC">GCC</primary>
15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[1cd688b]18  href="../common/gcc.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
22    <title>Installation of GCC</title>
23
[c4ebdab]24<!--GCC Branch Update Area
[cc858ed]25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
26    href="../common/gcc.xml"
27    xpointer="xpointer(//*[@os='p1'])"/>
28
29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
30    href="../common/gcc.xml"
31    xpointer="xpointer(//*[@os='p2'])"/>
[c4ebdab]32-->
[cc858ed]33
[7327f1f]34    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
35    href="../common/gcc.xml"
36    xpointer="xpointer(//*[@os='fix1'])"/>
37
38    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
39    href="../common/gcc.xml"
40    xpointer="xpointer(//*[@os='fix2'])"/>
41
[dabbced]42    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]43    href="../common/gcc.xml"
44    xpointer="xpointer(//*[@os='f'])"/>
45
[dabbced]46    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]47    href="../common/gcc.xml"
48    xpointer="xpointer(//*[@os='g'])"/>
49
[dabbced]50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]51    href="../common/gcc.xml"
52    xpointer="xpointer(//*[@os='h'])"/>
53
[03de1bc]54<screen os="i"><userinput>SED=sed CC="gcc -isystem /usr/include ${BUILD64}" \
[b6831b6]55CXX="g++ -isystem /usr/include ${BUILD64}" \
56LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib:/lib" \
[7cd7f99]57../gcc-&gcc-version;/configure \
58    --prefix=/usr \
59    --libdir=/usr/lib64 \
60    --libexecdir=/usr/lib64 \
61    --enable-languages=c,c++ \
62    --with-system-zlib \
63    --enable-install-libiberty \
64    --disable-bootstrap</userinput></screen>
[3f8be484]65
[46d4942]66   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
67    href="../common/gcc.xml"
68    xpointer="xpointer(//*[@os='i1'])"/>
69
[dabbced]70    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]71    href="../common/gcc.xml"
72    xpointer="xpointer(//*[@os='j'])"/>
73
[dabbced]74    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]75    href="../common/gcc.xml"
76    xpointer="xpointer(//*[@os='k'])"/>
77
[dabbced]78    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]79    href="../common/gcc.xml"
80    xpointer="xpointer(//*[@os='l'])"/>
81
[16fb2c3c]82    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
83    href="../common/gcc.xml"
84    xpointer="xpointer(//*[@os='s1'])"/>
85
86    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
87    href="../common/gcc.xml"
88    xpointer="xpointer(//*[@os='s2'])"/>
89
[dabbced]90    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]91    href="../common/gcc.xml"
92    xpointer="xpointer(//*[@os='m'])"/>
93
[dabbced]94    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]95    href="../common/gcc.xml"
96    xpointer="xpointer(//*[@os='n'])"/>
97
[dabbced]98    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]99    href="../common/gcc.xml"
100    xpointer="xpointer(//*[@os='o'])"/>
101
[dabbced]102    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]103    href="../common/gcc.xml"
104    xpointer="xpointer(//*[@os='p'])"/>
105
[dabbced]106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]107    href="../common/gcc.xml"
108    xpointer="xpointer(//*[@os='q'])"/>
109
[dabbced]110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]111    href="../common/gcc.xml"
112    xpointer="xpointer(//*[@os='r'])"/>
113
[dabbced]114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]115    href="../common/gcc.xml"
116    xpointer="xpointer(//*[@os='s'])"/>
117
[dabbced]118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]119    href="../common/gcc.xml"
120    xpointer="xpointer(//*[@os='t'])"/>
121
[dabbced]122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]123    href="../common/gcc.xml"
124    xpointer="xpointer(//*[@os='w'])"/>
125
[dabbced]126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]127    href="../common/gcc.xml"
128    xpointer="xpointer(//*[@os='x'])"/>
129
[e11c91d]130    <para os="y">Finally, move some misplaced files:</para>
131
132
[2db9f66]133<screen os="z"><userinput>mv -v /usr/lib/libstdc++*gdb.py /usr/share/gdb/auto-load/usr/lib
134mv -v /usr/lib64/libstdc++*gdb.py /usr/share/gdb/auto-load/usr/lib64</userinput></screen>
[e11c91d]135
[3f8be484]136  </sect2>
137
[dabbced]138  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]139  href="../common/gcc.xml"
140  xpointer="xpointer(id('contents-gcc'))"/>
141
142</sect1>
Note: See TracBrowser for help on using the repository browser.