source: clfs-embedded/BOOK/cross-tools/x86/gcc-static.xml @ 13d7c4f

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

gcc: Use new sysroot dir

  • Property mode set to 100644
File size: 3.2 KB
RevLine 
[b7f5467]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
[ae51e2a]8<!-- x86 GCC-Static -->
9
[b7f5467]10<sect1 id="ch-cross-tools-gcc-static" role="wrap">
11  <?dbhtml filename="gcc-static.html"?>
12
13  <title>Cross GCC-&gcc-version; - Static</title>
14
15  <indexterm zone="ch-cross-tools-gcc-static">
16    <primary sortas="a-GCC">GCC</primary>
17    <secondary>cross tools, static</secondary>
18  </indexterm>
19
[ae51e2a]20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21  href="../common/gcc-static.xml"
22  xpointer="xpointer(//*[@role='package'])"/>
[b7f5467]23
24  <sect2 role="installation">
[ae51e2a]25
26  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
27  href="../common/gcc-static.xml"
28  xpointer="xpointer(//*[@os='a'])"/>
[b7f5467]29
[8a77fbd]30  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
31  href="../common/gcc-static.xml"
32  xpointer="xpointer(//*[@os='b'])"/>
33
34  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
35  href="../common/gcc-static.xml"
36  xpointer="xpointer(//*[@os='ba'])"/>
37
[b7f5467]38  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
39  href="../common/gcc-static.xml"
40  xpointer="xpointer(//*[@os='c'])"/>
41
42  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
43  href="../common/gcc-static.xml"
44  xpointer="xpointer(//*[@os='d'])"/>
45
46  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47  href="../common/gcc-static.xml"
48  xpointer="xpointer(//*[@os='e'])"/>
49
[146587b]50<screen os="ae"><userinput>../gcc-&gcc-version;/configure \
[54fde8f]51  --prefix=${CLFS}/cross-tools \
52  --build=${CLFS_HOST} \
53  --host=${CLFS_HOST} \
54  --target=${CLFS_TARGET} \
[13d7c4f]55  --with-sysroot=${CLFS}/cross-tools/sysroot \
[54fde8f]56  --disable-nls  \
57  --disable-shared \
58  --without-headers \
59  --with-newlib \
60  --disable-decimal-float \
61  --disable-libgomp \
62  --disable-libmudflap \
63  --disable-libssp \
64  --disable-threads \
65  --enable-languages=c \
66  --disable-multilib \
67  --with-arch=${CLFS_CPU}</userinput></screen>
[b7f5467]68
[ae51e2a]69<!-- Common configure switches for all archs -->
70  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
71  href="../common/gcc-static.xml"
72  xpointer="xpointer(//*[@os='af'])"/>
[b7f5467]73
[ae51e2a]74<!-- Specific configure switches for x86 -->
75  <variablelist os="ag">
[b7f5467]76
[ae51e2a]77    <varlistentry os="ag1">
78      <term><parameter>--with-arch=${CLFS_CPU}</parameter></term>
79      <listitem>
80        <para>This option configures the cross compiler to only output
81        instructions for our previously selected CPU.</para>
82      </listitem>
83    </varlistentry>
[b7f5467]84
[ae51e2a]85  </variablelist>
[b7f5467]86
87  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
88  href="../common/gcc-static.xml"
89  xpointer="xpointer(//*[@os='ah'])"/>
90
91  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
92  href="../common/gcc-static.xml"
93  xpointer="xpointer(//*[@os='ai'])"/>
94
95  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
96  href="../common/gcc-static.xml"
97  xpointer="xpointer(//*[@os='aj'])"/>
98
[ae51e2a]99  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
100  href="../common/gcc-static.xml"
101  xpointer="xpointer(//*[@os='ak'])"/>
[b7f5467]102
103  </sect2>
104
[ae51e2a]105  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
106  href="../common/gcc-static.xml"
107  xpointer="xpointer(//*[@role='content'])"/>
108
[b7f5467]109</sect1>
Note: See TracBrowser for help on using the repository browser.