source: BOOK/temp-system/sparc64-64/gcc.xml@ 36f408e1

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 36f408e1 was 64b1923, checked in by Jim Gifford <clfs@…>, 19 years ago

r660@server (orig r658): manuel | 2005-11-08 13:08:26 -0800
Preparations to remove SBUs and DUs. Chapter temp-system, round 4.

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