source: clfs-embedded/BOOK/cross-tools/x86/gcc-final.xml @ 2b9574b

Last change on this file since 2b9574b was 2b9574b, checked in by Andrew Bradford <andrew@…>, 11 years ago

gcc-final: Do mpfr, gmp, and mpc, too

Due to removal of MPFR, GMP, and MPC steps now gcc-final needs to unpack
them, too.

  • Property mode set to 100644
File size: 3.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<!-- x86 GCC-Final -->
9
10<sect1 id="ch-cross-tools-gcc-final" role="wrap">
11  <?dbhtml filename="gcc-final.html"?>
12
13  <title>GCC-&gcc-version; - Cross Compiler Final</title>
14
15  <indexterm zone="ch-cross-tools-gcc-final">
16    <primary sortas="a-GCC">GCC</primary>
17    <secondary>cross tools, final</secondary>
18  </indexterm>
19
20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21  href="../common/gcc-final.xml"
22  xpointer="xpointer(//*[@role='package'])"/>
23
24  <sect2 role="installation">
25    <title>Installation of GCC Cross Compiler</title>
26
27    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28    href="../common/gcc-final.xml"
29    xpointer="xpointer(//*[@os='b'])"/>
30
31    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32    href="../common/gcc-final.xml"
33    xpointer="xpointer(//*[@os='ba'])"/>
34
35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36    href="../common/gcc-final.xml"
37    xpointer="xpointer(//*[@os='c'])"/>
38
39    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
40    href="../common/gcc-final.xml"
41    xpointer="xpointer(//*[@os='d'])"/>
42
43    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
44    href="../common/gcc-final.xml"
45    xpointer="xpointer(//*[@os='e'])"/>
46
47    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
48    href="../common/gcc-final.xml"
49    xpointer="xpointer(//*[@os='f'])"/>
50
51<screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
52  ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
53  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
54  --with-sysroot=${CLFS} --disable-nls --enable-shared \
55  --enable-languages=c --enable-c99 --enable-long-long \
56  --disable-multilib \
57  --with-arch=${CLFS_CPU}</userinput></screen>
58
59    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
60    href="../common/gcc-final.xml"
61    xpointer="xpointer(//*[@os='af'])"/>
62
63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
64    href="../common/gcc-final.xml"
65    xpointer="xpointer(//*[@os='ah'])"/>
66
67    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
68    href="../common/gcc-final.xml"
69    xpointer="xpointer(//*[@os='ai'])"/>
70
71    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
72    href="../common/gcc-final.xml"
73    xpointer="xpointer(//*[@os='aj'])"/>
74
75    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
76    href="../common/gcc-final.xml"
77    xpointer="xpointer(//*[@os='ak'])"/>
78
79    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
80    href="../common/gcc-final.xml"
81    xpointer="xpointer(//*[@os='al'])"/>
82
83    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
84    href="../common/gcc-final.xml"
85    xpointer="xpointer(//*[@os='am'])"/>
86
87  </sect2>
88
89    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
90    href="../common/gcc-final.xml"
91    xpointer="xpointer(//*[@role='content'])"/>
92
93</sect1>
Note: See TracBrowser for help on using the repository browser.