source: temp-system/x86_64-64/gcc.xml@ 0adf6ee2

Last change on this file since 0adf6ee2 was bf8c11f, checked in by Jim Gifford <clfs@…>, 19 years ago

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

  • Property mode set to 100644
File size: 5.7 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 <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6 %general-entities;
7 %patches-entities;
8]>
9
10<sect1 id="ch-temp-system-gcc" role="wrap">
11 <?dbhtml filename="gcc.html"?>
12
13 <title>GCC-&gcc-version;</title>
14
15 <indexterm zone="ch-temp-system-gcc">
16 <primary sortas="a-GCC">GCC</primary>
17 <secondary>temporary system</secondary>
18 </indexterm>
19
20 <sect2 role="package">
21 <title/>
22
23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
24 href="../../final-system/common/gcc.xml"
25 xpointer="xpointer(//*[@role='package']/para[1])"/>
26
27 <segmentedlist>
28 <segtitle>&buildtime;</segtitle>
29 <segtitle>&diskspace;</segtitle>
30
31 <seglistitem>
32 <seg>Not checked yet</seg>
33 <seg>Not checked yet</seg>
34 </seglistitem>
35 </segmentedlist>
36
37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38 href="../../final-system/common/gcc.xml"
39 xpointer="xpointer(//*[@role='package']/segmentedlist[2])"/>
40
41 </sect2>
42
43 <sect2 role="installation">
44 <title>Installation of GCC</title>
45
46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47 href="../../cross-tools/x86_64-64/gcc-static.xml"
48 xpointer="xpointer(//*[@os='aa'])"/>
49
50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
51 href="../../cross-tools/x86_64-64/gcc-static.xml"
52 xpointer="xpointer(//*[@os='ab'])"/>
53
54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55 href="../../cross-tools/x86_64-64/gcc-static.xml"
56 xpointer="xpointer(//*[@os='ac'])"/>
57
58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
59 href="../../cross-tools/x86_64-64/gcc-static.xml"
60 xpointer="xpointer(//*[@os='ad'])"/>
61
62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
63 href="../../cross-tools/x86_64-64/gcc-static.xml"
64 xpointer="xpointer(//*[@os='ae'])"/>
65
66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
67 href="../../cross-tools/x86_64-64/gcc-static.xml"
68 xpointer="xpointer(//*[@os='af'])"/>
69
70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
71 href="../x86/gcc.xml"
72 xpointer="xpointer(//*[@os='cd'])"/>
73
74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
75 href="../x86/gcc.xml"
76 xpointer="xpointer(//*[@os='ce'])"/>
77
78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
79 href="../x86/gcc.xml"
80 xpointer="xpointer(//*[@os='cf'])"/>
81
82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
83 href="../x86/gcc.xml"
84 xpointer="xpointer(//*[@os='cg'])"/>
85
86 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
87 href="../x86/gcc.xml"
88 xpointer="xpointer(//*[@os='ch'])"/>
89
90 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
91 href="../x86/gcc.xml"
92 xpointer="xpointer(//*[@os='ci'])"/>
93
94 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
95 href="../x86_64/gcc.xml"
96 xpointer="xpointer(//*[@os='da'])"/>
97
98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
99 href="../x86_64/gcc.xml"
100 xpointer="xpointer(//*[@os='db'])"/>
101
102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
103 href="../../cross-tools/x86_64-64/gcc-static.xml"
104 xpointer="xpointer(//*[@os='ak'])"/>
105
106 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
107 href="../../final-system/common/gcc.xml"
108 xpointer="xpointer(//*[@os='f'])"/>
109
110 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
111 href="../../final-system/common/gcc.xml"
112 xpointer="xpointer(//*[@os='g'])"/>
113
114 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
115 href="../x86/gcc.xml"
116 xpointer="xpointer(//*[@os='cj'])"/>
117
118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
119 href="../../final-system/common/gcc.xml"
120 xpointer="xpointer(//*[@os='h'])"/>
121
122<screen><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
123 ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \
124 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
125 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
126 --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \
127 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
128
129 <variablelist>
130 <title>The meaning of the new configure options:</title>
131
132 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
133 href="../x86_64/gcc.xml"
134 xpointer="xpointer(//*[@os='dc1'])"/>
135
136 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
137 href="../x86/gcc.xml"
138 xpointer="xpointer(//*[@os='ck1'])"/>
139
140 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
141 href="../x86/gcc.xml"
142 xpointer="xpointer(//*[@os='ck2'])"/>
143
144 </variablelist>
145
146 <para>Compile the package:</para>
147
148<screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \
149 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>
150
151 <para>Install the package:</para>
152
153<screen><userinput>make install</userinput></screen>
154
155 <para>Now we copy the files that are placed in <filename class="directory">/tools/lib64
156 </filename> to <filename class="directory">/tools/lib</filename>.
157 We also delete the /tools/lib64 directory:</para>
158
159<screen><userinput>cp -ar /tools/lib64/* /tools/lib
160rm -rf /tools/lib64</userinput></screen>
161
162 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
163 href="../../final-system/common/gcc.xml"
164 xpointer="xpointer(//*[@os='w'])"/>
165
166<screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen>
167
168 </sect2>
169
170 <sect2 role="content">
171 <title/>
172
173 <para>Details on this package are located in <xref
174 linkend="contents-gcc" role="."/></para>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.