source: BOOK/final-system/mips64/gcc.xml@ 4f48ef0

clfs-3.0.0-systemd systemd
Last change on this file since 4f48ef0 was 2db9f66, checked in by Chris Staub <chris@…>, 10 years ago

Make filename in GCC instructions more specific

  • Property mode set to 100644
File size: 4.8 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"
[663c5a6]18 href="../common/gcc.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21 <sect2 role="installation">
22 <title>Installation of GCC</title>
23
[cc858ed]24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
25 href="../common/gcc.xml"
26 xpointer="xpointer(//*[@os='p1'])"/>
27
28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
29 href="../common/gcc.xml"
30 xpointer="xpointer(//*[@os='p2'])"/>
31
[7327f1f]32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
33 href="../common/gcc.xml"
34 xpointer="xpointer(//*[@os='fix1'])"/>
35
36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
37 href="../common/gcc.xml"
38 xpointer="xpointer(//*[@os='fix2'])"/>
39
[dabbced]40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]41 href="../common/gcc.xml"
42 xpointer="xpointer(//*[@os='f'])"/>
43
[dabbced]44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]45 href="../common/gcc.xml"
46 xpointer="xpointer(//*[@os='g'])"/>
47
[dabbced]48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]49 href="../common/gcc.xml"
50 xpointer="xpointer(//*[@os='h'])"/>
51
[b6831b6]52<screen os="i"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
53CXX="g++ -isystem /usr/include ${BUILD64}" \
54LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib32:/lib32:/usr/lib:/lib" \
55 ../gcc-&gcc-version;/configure --prefix=/usr --libdir=/usr/lib64 \
[d55f00bc]56 --libexecdir=/usr/lib64 --enable-shared --enable-threads=posix \
57 --enable-__cxa_atexit --enable-c99 --enable-long-long --with-abi=64 \
[84b164e]58 --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \
[0b89da6]59 --with-system-zlib --enable-checking=release --enable-libstdcxx-time</userinput></screen>
[3f8be484]60
[dabbced]61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]62 href="../common/gcc.xml"
63 xpointer="xpointer(//*[@os='j'])"/>
64
[dabbced]65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]66 href="../common/gcc.xml"
67 xpointer="xpointer(//*[@os='k'])"/>
68
[dabbced]69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]70 href="../common/gcc.xml"
71 xpointer="xpointer(//*[@os='l'])"/>
72
[dabbced]73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[16fb2c3c]74 href="../common/gcc.xml"
75 xpointer="xpointer(//*[@os='s1'])"/>
76
77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
78 href="../common/gcc.xml"
79 xpointer="xpointer(//*[@os='s2'])"/>
80
81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]82 href="../common/gcc.xml"
83 xpointer="xpointer(//*[@os='m'])"/>
84
[dabbced]85 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]86 href="../common/gcc.xml"
87 xpointer="xpointer(//*[@os='n'])"/>
88
[dabbced]89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]90 href="../common/gcc.xml"
91 xpointer="xpointer(//*[@os='o'])"/>
92
[dabbced]93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]94 href="../common/gcc.xml"
95 xpointer="xpointer(//*[@os='p'])"/>
96
[dabbced]97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]98 href="../common/gcc.xml"
99 xpointer="xpointer(//*[@os='q'])"/>
100
[dabbced]101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]102 href="../common/gcc.xml"
103 xpointer="xpointer(//*[@os='r'])"/>
104
[dabbced]105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]106 href="../common/gcc.xml"
107 xpointer="xpointer(//*[@os='s'])"/>
108
[dabbced]109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]110 href="../common/gcc.xml"
111 xpointer="xpointer(//*[@os='t'])"/>
112
[dabbced]113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]114 href="../common/gcc.xml"
115 xpointer="xpointer(//*[@os='u'])"/>
116
[dabbced]117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]118 href="../common/gcc.xml"
119 xpointer="xpointer(//*[@os='v'])"/>
120
[dabbced]121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]122 href="../common/gcc.xml"
123 xpointer="xpointer(//*[@os='w'])"/>
124
[dabbced]125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]126 href="../common/gcc.xml"
127 xpointer="xpointer(//*[@os='x'])"/>
128
[e11c91d]129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../multilib/gcc.xml"
131 xpointer="xpointer(//*[@os='y'])"/>
132
[2db9f66]133<screen os="z"><userinput>mv -v /usr/lib/libstdc++*gdb.py /usr/share/gdb/auto-load/usr/lib
134mv -v /usr/lib32/libstdc++*gdb.py /usr/share/gdb/auto-load/usr/lib32
135mv -v /usr/lib64/libstdc++*gdb.py /usr/share/gdb/auto-load/usr/lib64</userinput></screen>
[e11c91d]136
[3f8be484]137 </sect2>
138
[dabbced]139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]140 href="../common/gcc.xml"
141 xpointer="xpointer(id('contents-gcc'))"/>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.