source: BOOK/cross-tools/ppc/glibc.xml@ ba3910e

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since ba3910e was cbbd1e4, checked in by William Harrington <kb0iic@…>, 11 years ago

Migrating EGLIBC to GLIBC since EGLIBC is end of life at 2_19 branch. Mailing list suggests using Glibc unless strict need of use from eglibc 2_19 branch. Trunk is frozen. Rename all EGLIBC and Eglibc and eglibc text to GLIBC Glibc and glibc.

  • Property mode set to 100644
File size: 3.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
[cbbd1e4]11 <title>GLIBC-&glibc-version;</title>
[3f8be484]12
[cbbd1e4]13 <indexterm zone="ch-cross-tools-glibc">
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">
[cbbd1e4]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"
[6a043e2]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"
[cbbd1e4]34 href="../../final-system/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
[1863ad6]49<screen os="de"><userinput>echo "libc_cv_ssp=no" &gt; config.cache</userinput></screen>
[3f8be484]50
[dabbced]51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]52 href="../../final-system/common/glibc.xml"
[3f8be484]53 xpointer="xpointer(//*[@os='g'])"/>
54
[dabbced]55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]56 href="../common/glibc.xml"
[d3a4fc0]57 xpointer="xpointer(//*[@os='df'])"/>
58
[dabbced]59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]60 href="../common/glibc.xml"
[d3a4fc0]61 xpointer="xpointer(//*[@os='dg'])"/>
62
[dabbced]63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]64 href="../common/glibc.xml"
[d3a4fc0]65 xpointer="xpointer(//*[@os='dh'])"/>
66
[dabbced]67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]68 href="../common/glibc.xml"
[d3a4fc0]69 xpointer="xpointer(//*[@os='di'])"/>
70
[dabbced]71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]72 href="../common/glibc.xml"
[d3a4fc0]73 xpointer="xpointer(//*[@os='dj'])"/>
74
[dabbced]75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]76 href="../common/glibc.xml"
[d3a4fc0]77 xpointer="xpointer(//*[@os='dk'])"/>
78
[dabbced]79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]80 href="../common/glibc.xml"
[d3a4fc0]81 xpointer="xpointer(//*[@os='dl'])"/>
82
[dabbced]83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]84 href="../common/glibc.xml"
[d3a4fc0]85 xpointer="xpointer(//*[@os='dm'])"/>
86
[dabbced]87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]88 href="../common/glibc.xml"
[d3a4fc0]89 xpointer="xpointer(//*[@os='dn'])"/>
[3f8be484]90
91 </sect2>
92
93 <sect2 role="content">
94 <title/>
95
96 <para>Details on this package are located in <xref
[cbbd1e4]97 linkend="contents-glibc" role="."/></para>
[3f8be484]98
99 </sect2>
100
101</sect1>
Note: See TracBrowser for help on using the repository browser.