source: BOOK/temp-system/alpha/gcc.xml@ 4ba982a3

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 4ba982a3 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: 4.3 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/alpha/gcc-static.xml"
29 xpointer="xpointer(//*[@os='aa'])"/>
30
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32 href="../../cross-tools/alpha/gcc-static.xml"
33 xpointer="xpointer(//*[@os='ab'])"/>
34
35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="../../cross-tools/alpha/gcc-static.xml"
37 xpointer="xpointer(//*[@os='ac'])"/>
38
39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40 href="../../cross-tools/alpha/gcc-static.xml"
41 xpointer="xpointer(//*[@os='ad'])"/>
42
43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
44 href="../../cross-tools/alpha/gcc-static.xml"
45 xpointer="xpointer(//*[@os='ae'])"/>
46
47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
48 href="../../cross-tools/alpha/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="../../cross-tools/alpha/gcc-static.xml"
77 xpointer="xpointer(//*[@os='ak'])"/>
78
79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
80 href="../../final-system/common/gcc.xml"
81 xpointer="xpointer(//*[@os='f'])"/>
82
83 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
84 href="../../final-system/common/gcc.xml"
85 xpointer="xpointer(//*[@os='g'])"/>
86
87 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
88 href="../x86/gcc.xml"
89 xpointer="xpointer(//*[@os='cj'])"/>
90
91 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
92 href="../../final-system/common/gcc.xml"
93 xpointer="xpointer(//*[@os='h'])"/>
94
95<screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
96 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
97 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
98 --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \
99 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
100
101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
102 href="../x86/gcc.xml"
103 xpointer="xpointer(//*[@os='ck'])"/>
104
105 <para>Compile the package:</para>
106
107<screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \
108LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>
109
110 <para>Install the package:</para>
111
112<screen><userinput>make install</userinput></screen>
113
114 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
115 href="../../final-system/common/gcc.xml"
116 xpointer="xpointer(//*[@os='w'])"/>
117
118<screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title/>
124
125 <para>Details on this package are located in <xref
126 linkend="contents-gcc" role="."/></para>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.