source: BOOK/cross-tools/64/glibc.xml@ cf292dc

systemd
Last change on this file since cf292dc was 7cd7f99, checked in by Chris Staub <chris@…>, 9 years ago

Put one configure option per line

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[cbbd1e4]8<sect1 id="ch-cross-tools-glibc" role="wrap">
9 <?dbhtml filename="glibc.html"?>
[3f8be484]10
[d785e9d]11 <title>Glibc-&glibc-version;</title>
[3f8be484]12
[cbbd1e4]13 <indexterm zone="ch-cross-tools-glibc">
[d785e9d]14 <primary sortas="a-Glibc">Glibc</primary>
[3f8be484]15 <secondary>cross tools</secondary>
16 </indexterm>
17
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]19 href="../../final-system/common/glibc.xml"
[cf66ceae]20 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]21
22 <sect2 role="installation">
[d785e9d]23 <title>Installation of Glibc</title>
[3f8be484]24
[dabbced]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]26 href="../common/glibc.xml"
[3f8be484]27 xpointer="xpointer(//*[@os='da'])"/>
28
[dabbced]29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]30 href="../common/glibc.xml"
[3f8be484]31 xpointer="xpointer(//*[@os='e'])"/>
32
[dabbced]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]34 href="../common/glibc.xml"
[3f8be484]35 xpointer="xpointer(//*[@os='f'])"/>
36
[dabbced]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]38 href="../common/glibc.xml"
[3f8be484]39 xpointer="xpointer(//*[@os='g'])"/>
40
[7cd7f99]41<screen os="df"><userinput>BUILD_CC="gcc" \
42CC="${CLFS_TARGET}-gcc ${BUILD64}" \
43AR="${CLFS_TARGET}-ar" \
44RANLIB="${CLFS_TARGET}-ranlib" \
45../glibc-&glibc-version;/configure \
46 --prefix=/tools \
47 --host=${CLFS_TARGET} \
48 --build=${CLFS_HOST} \
49 --disable-profile \
50 --enable-kernel=&glibc-kernel-version; \
51 --with-binutils=/cross-tools/bin \
52 --with-headers=/tools/include \
53 --enable-obsolete-rpc</userinput></screen>
[3f8be484]54
[d3a4fc0]55 <variablelist os="dg">
[3f8be484]56 <title>The meaning of the new configure options:</title>
57
[dabbced]58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]59 href="../common/glibc.xml"
[d3a4fc0]60 xpointer="xpointer(//*[@os='dg1'])"/>
[3f8be484]61
[dabbced]62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]63 href="../multilib/glibc-64bit.xml"
[3f8be484]64 xpointer="xpointer(//*[@os='fa1'])"/>
65
[dabbced]66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]67 href="../common/glibc.xml"
[d3a4fc0]68 xpointer="xpointer(//*[@os='dg3'])"/>
[3f8be484]69
[dabbced]70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]71 href="../common/glibc.xml"
[d3a4fc0]72 xpointer="xpointer(//*[@os='dg4'])"/>
[3f8be484]73
[dabbced]74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]75 href="../common/glibc.xml"
[d3a4fc0]76 xpointer="xpointer(//*[@os='dg5'])"/>
[3f8be484]77
[dabbced]78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]79 href="../common/glibc.xml"
[d3a4fc0]80 xpointer="xpointer(//*[@os='dg6'])"/>
[3f8be484]81
[dabbced]82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]83 href="../common/glibc.xml"
[d3a4fc0]84 xpointer="xpointer(//*[@os='dg7'])"/>
[3f8be484]85
[dabbced]86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]87 href="../common/glibc.xml"
[d3a4fc0]88 xpointer="xpointer(//*[@os='dg8'])"/>
[3f8be484]89
[dabbced]90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]91 href="../common/glibc.xml"
[d3a4fc0]92 xpointer="xpointer(//*[@os='dg9'])"/>
[3f8be484]93
94 </variablelist>
95
[dabbced]96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]97 href="../common/glibc.xml"
[d3a4fc0]98 xpointer="xpointer(//*[@os='dh'])"/>
[3f8be484]99
[dabbced]100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]101 href="../common/glibc.xml"
[d3a4fc0]102 xpointer="xpointer(//*[@os='di'])"/>
[3f8be484]103
[dabbced]104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]105 href="../common/glibc.xml"
[3f8be484]106 xpointer="xpointer(//*[@os='dj'])"/>
107
[dabbced]108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]109 href="../common/glibc.xml"
[3f8be484]110 xpointer="xpointer(//*[@os='dk'])"/>
111
[dabbced]112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]113 href="../common/glibc.xml"
[3f8be484]114 xpointer="xpointer(//*[@os='dl'])"/>
115
[dabbced]116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]117 href="../common/glibc.xml"
[3f8be484]118 xpointer="xpointer(//*[@os='dm'])"/>
119
[dabbced]120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]121 href="../common/glibc.xml"
[d3a4fc0]122 xpointer="xpointer(//*[@os='dn'])"/>
123
[3f8be484]124 </sect2>
125
126 <sect2 role="content">
127 <title/>
128
129 <para>Details on this package are located in <xref
[cbbd1e4]130 linkend="contents-glibc" role="."/></para>
[3f8be484]131
132 </sect2>
133
134</sect1>
Note: See TracBrowser for help on using the repository browser.