source: clfs-embedded/BOOK/cross-tools/arm/gcc-final.xml @ baa4780

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

ARM GCC-Final --disable-multilib complete

Fully enabled --disable-multilib for ARM GCC-Final.
User sets abi, arch, mode, float, and fpu when configuring.

  • Property mode set to 100644
File size: 2.6 KB
RevLine 
[bd0ad10]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<!-- ARM 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='c'])"/>
30
31    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32    href="../common/gcc-final.xml"
33    xpointer="xpointer(//*[@os='d'])"/>
34
35    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36    href="../common/gcc-final.xml"
37    xpointer="xpointer(//*[@os='e'])"/>
38
39<screen os="ae"><userinput>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
40  ../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools \
41  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
42  --with-sysroot=${CLFS} --disable-nls --enable-shared \
43  --enable-languages=c --enable-c99 --enable-long-long \
44  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
[a20c17d]45  --with-mpc=${CLFS}/cross-tools --disable-multilib \
[baa4780]46  --with-abi=${CLFS_ABI} --with-arch=${CLFS_ARM_ARCH} \
47  --with-mode=${CLFS_ARM_MODE} --with-float=${CLFS_FLOAT} \
48  --with-fpu=${CLFS_FPU}</userinput></screen>
[bd0ad10]49
[2a10689]50    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
51    href="../common/gcc-final.xml"
52    xpointer="xpointer(//*[@os='af'])"/>
[bd0ad10]53
54    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55    href="../common/gcc-final.xml"
56    xpointer="xpointer(//*[@os='ah'])"/>
57
58    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
59    href="../common/gcc-final.xml"
60    xpointer="xpointer(//*[@os='ai'])"/>
61
62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
63    href="../common/gcc-final.xml"
64    xpointer="xpointer(//*[@os='aj'])"/>
65
66    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
67    href="../common/gcc-final.xml"
68    xpointer="xpointer(//*[@os='ak'])"/>
69
70  </sect2>
71
72    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
73    href="../common/gcc-final.xml"
74    xpointer="xpointer(//*[@role='content'])"/>
75
76</sect1>
Note: See TracBrowser for help on using the repository browser.