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

clfs-3.0.0-systemdsystemd
Last change on this file since 11e2d29 was 11e2d29, checked in by Chris Staub <chris@…>, 10 years ago

Added entity for minimum kernel version

  • Property mode set to 100644
File size: 5.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
[00a58649]29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]30    href="../../final-system/common/glibc.xml"
[00a58649]31    xpointer="xpointer(//*[@os='s1'])"/>
32
33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a095a24]34    href="../common/glibc.xml"
[00a58649]35    xpointer="xpointer(//*[@os='s2'])"/>
36
[dabbced]37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]38    href="../common/glibc.xml"
[3f8be484]39    xpointer="xpointer(//*[@os='e'])"/>
40
[dabbced]41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]42    href="../common/glibc.xml"
[3f8be484]43    xpointer="xpointer(//*[@os='f'])"/>
44
[dabbced]45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]46    href="../common/glibc.xml"
[3f8be484]47    xpointer="xpointer(//*[@os='dd'])"/>
48
[dabbced]49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]50    href="../common/glibc.xml"
[3f8be484]51    xpointer="xpointer(//*[@os='de'])"/>
52
[dabbced]53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]54    href="../common/glibc.xml"
[3f8be484]55    xpointer="xpointer(//*[@os='g'])"/>
56
[c768003]57    <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
58      AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
[cbbd1e4]59      ../glibc-&glibc-version;/configure --prefix=/tools \
[c768003]60      --host=${CLFS_TARGET} --build=${CLFS_HOST} \
[11e2d29]61      --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
[c768003]62      --with-binutils=/cross-tools/bin --with-headers=/tools/include \
[52ed4da]63      --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
[3f8be484]64
[d3a4fc0]65    <variablelist os="dg">
[3f8be484]66      <title>The meaning of the new configure options:</title>
67
[dabbced]68      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]69      href="../common/glibc.xml"
[d3a4fc0]70      xpointer="xpointer(//*[@os='dg1'])"/>
[3f8be484]71
[dabbced]72      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]73      href="../multilib/glibc-64bit.xml"
[3f8be484]74      xpointer="xpointer(//*[@os='fa1'])"/>
75
[dabbced]76      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]77      href="../common/glibc.xml"
[d3a4fc0]78      xpointer="xpointer(//*[@os='dg3'])"/>
[3f8be484]79
[dabbced]80      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]81      href="../common/glibc.xml"
[d3a4fc0]82      xpointer="xpointer(//*[@os='dg4'])"/>
[3f8be484]83
[dabbced]84      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]85      href="../common/glibc.xml"
[d3a4fc0]86      xpointer="xpointer(//*[@os='dg5'])"/>
[3f8be484]87
[dabbced]88      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]89      href="../common/glibc.xml"
[d3a4fc0]90      xpointer="xpointer(//*[@os='dg6'])"/>
[3f8be484]91
[dabbced]92      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]93      href="../common/glibc.xml"
[d3a4fc0]94      xpointer="xpointer(//*[@os='dg7'])"/>
[3f8be484]95
[dabbced]96      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]97      href="../common/glibc.xml"
[d3a4fc0]98      xpointer="xpointer(//*[@os='dg8'])"/>
[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='dg9'])"/>
[3f8be484]103
[dabbced]104      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]105      href="../common/glibc.xml"
[d3a4fc0]106      xpointer="xpointer(//*[@os='dg10'])"/>
[3f8be484]107
[82b753e0]108      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]109      href="../common/glibc.xml"
[82b753e0]110      xpointer="xpointer(//*[@os='dg11'])"/>
111
[e8a4711]112      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113      href="../common/glibc.xml"
114      xpointer="xpointer(//*[@os='dg12'])"/>
115
[3f8be484]116    </variablelist>
117
[dabbced]118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]119    href="../common/glibc.xml"
[d3a4fc0]120    xpointer="xpointer(//*[@os='dh'])"/>
[3f8be484]121
[dabbced]122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]123    href="../common/glibc.xml"
[d3a4fc0]124    xpointer="xpointer(//*[@os='di'])"/>
[3f8be484]125
[dabbced]126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]127    href="../common/glibc.xml"
[3f8be484]128    xpointer="xpointer(//*[@os='dj'])"/>
129
[dabbced]130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]131    href="../common/glibc.xml"
[3f8be484]132    xpointer="xpointer(//*[@os='dk'])"/>
133
[dabbced]134    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]135    href="../common/glibc.xml"
[3f8be484]136    xpointer="xpointer(//*[@os='dl'])"/>
137
[dabbced]138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]139    href="../common/glibc.xml"
[3f8be484]140    xpointer="xpointer(//*[@os='dm'])"/>
141
[dabbced]142    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]143    href="../common/glibc.xml"
[d3a4fc0]144    xpointer="xpointer(//*[@os='dn'])"/>
145
[3f8be484]146  </sect2>
147
148  <sect2 role="content">
149    <title/>
150
151    <para>Details on this package are located in <xref
[cbbd1e4]152    linkend="contents-glibc" role="."/></para>
[3f8be484]153
154  </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.