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

systemd
Last change on this file since 71cd9de was 71cd9de, checked in by William Harrington <kb0iic@…>, 9 years ago

Update GLIBC from 2.21 to 2.22 and remove rttldir from config.cache.

  • 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
[c768003]41    <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
42      AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
[cbbd1e4]43      ../glibc-&glibc-version;/configure --prefix=/tools \
[c768003]44      --host=${CLFS_TARGET} --build=${CLFS_HOST} \
[782b8809]45      --disable-profile --enable-kernel=&glibc-kernel-version; \
[c768003]46      --with-binutils=/cross-tools/bin --with-headers=/tools/include \
[71cd9de]47      --enable-obsolete-rpc</userinput></screen>
[3f8be484]48
[d3a4fc0]49    <variablelist os="dg">
[3f8be484]50      <title>The meaning of the new configure options:</title>
51
[dabbced]52      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]53      href="../common/glibc.xml"
[d3a4fc0]54      xpointer="xpointer(//*[@os='dg1'])"/>
[3f8be484]55
[dabbced]56      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]57      href="../multilib/glibc-64bit.xml"
[3f8be484]58      xpointer="xpointer(//*[@os='fa1'])"/>
59
[dabbced]60      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]61      href="../common/glibc.xml"
[d3a4fc0]62      xpointer="xpointer(//*[@os='dg3'])"/>
[3f8be484]63
[dabbced]64      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]65      href="../common/glibc.xml"
[d3a4fc0]66      xpointer="xpointer(//*[@os='dg4'])"/>
[3f8be484]67
[dabbced]68      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]69      href="../common/glibc.xml"
[d3a4fc0]70      xpointer="xpointer(//*[@os='dg5'])"/>
[3f8be484]71
[dabbced]72      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]73      href="../common/glibc.xml"
[d3a4fc0]74      xpointer="xpointer(//*[@os='dg6'])"/>
[3f8be484]75
[dabbced]76      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]77      href="../common/glibc.xml"
[d3a4fc0]78      xpointer="xpointer(//*[@os='dg7'])"/>
[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='dg8'])"/>
[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='dg9'])"/>
[3f8be484]87
88    </variablelist>
89
[dabbced]90    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]91    href="../common/glibc.xml"
[d3a4fc0]92    xpointer="xpointer(//*[@os='dh'])"/>
[3f8be484]93
[dabbced]94    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]95    href="../common/glibc.xml"
[d3a4fc0]96    xpointer="xpointer(//*[@os='di'])"/>
[3f8be484]97
[dabbced]98    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]99    href="../common/glibc.xml"
[3f8be484]100    xpointer="xpointer(//*[@os='dj'])"/>
101
[dabbced]102    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]103    href="../common/glibc.xml"
[3f8be484]104    xpointer="xpointer(//*[@os='dk'])"/>
105
[dabbced]106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]107    href="../common/glibc.xml"
[3f8be484]108    xpointer="xpointer(//*[@os='dl'])"/>
109
[dabbced]110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]111    href="../common/glibc.xml"
[3f8be484]112    xpointer="xpointer(//*[@os='dm'])"/>
113
[dabbced]114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]115    href="../common/glibc.xml"
[d3a4fc0]116    xpointer="xpointer(//*[@os='dn'])"/>
117
[3f8be484]118  </sect2>
119
120  <sect2 role="content">
121    <title/>
122
123    <para>Details on this package are located in <xref
[cbbd1e4]124    linkend="contents-glibc" role="."/></para>
[3f8be484]125
126  </sect2>
127
128</sect1>
Note: See TracBrowser for help on using the repository browser.