source: BOOK/cross-tools/multilib/glibc.xml

systemd
Last change on this file was 812899d5, checked in by Chris Staub <chris@…>, 8 years ago

No need to use --disable-profile on Glibc

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[7a42ca4]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" [
[7a42ca4]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"?>
[7a42ca4]10
[d785e9d]11  <title>Glibc-&glibc-version; 32 Bit</title>
[7a42ca4]12
[cbbd1e4]13  <indexterm zone="ch-cross-tools-glibc">
[d785e9d]14    <primary sortas="a-Glibc">Glibc</primary>
[7a42ca4]15    <secondary>cross tools, 32 Bit</secondary>
16  </indexterm>
17
[dabbced]18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]19  href="../../final-system/common/glibc.xml"
[7a42ca4]20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
[d785e9d]23    <title>Installation of Glibc</title>
[7a42ca4]24
[dabbced]25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]26    href="../common/glibc.xml"
[7a42ca4]27    xpointer="xpointer(//*[@os='da'])"/>
28
[dabbced]29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]30    href="../common/glibc.xml"
[7a42ca4]31    xpointer="xpointer(//*[@os='e'])"/>
32
[dabbced]33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]34    href="../common/glibc.xml"
[7a42ca4]35    xpointer="xpointer(//*[@os='f'])"/>
36
[dabbced]37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]38    href="../common/glibc.xml"
[7a42ca4]39    xpointer="xpointer(//*[@os='g'])"/>
40
41<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
[7cd7f99]42AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
43../glibc-&glibc-version;/configure \
44    --prefix=/tools \
45    --host=${CLFS_TARGET32} \
46    --build=${CLFS_HOST} \
47    --enable-kernel=&glibc-kernel-version; \
48    --with-binutils=/cross-tools/bin \
49    --with-headers=/tools/include \
[71cd9de]50    --enable-obsolete-rpc</userinput></screen>
[7a42ca4]51
52    <variablelist os="dg">
53      <title>The meaning of the new configure options:</title>
54
[dabbced]55      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]56      href="../common/glibc.xml"
[7a42ca4]57      xpointer="xpointer(//*[@os='dg1'])"/>
58
59      <varlistentry os="ea1">
60        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD32}"</parameter></term>
61        <listitem>
[d785e9d]62          <para>Forces Glibc to utilize our target architecture GCC utilizing
[7a42ca4]63          the 32 Bit flags.</para>
64        </listitem>
65      </varlistentry>
66
[dabbced]67      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]68      href="../common/glibc.xml"
[7a42ca4]69      xpointer="xpointer(//*[@os='dg3'])"/>
70
[dabbced]71      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]72      href="../common/glibc.xml"
[7a42ca4]73      xpointer="xpointer(//*[@os='dg4'])"/>
74
[dabbced]75      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]76      href="../common/glibc.xml"
[7a42ca4]77      xpointer="xpointer(//*[@os='dg5'])"/>
78
[dabbced]79      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]80      href="../common/glibc.xml"
[7a42ca4]81      xpointer="xpointer(//*[@os='dg6'])"/>
82
[dabbced]83      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]84      href="../common/glibc.xml"
[7a42ca4]85      xpointer="xpointer(//*[@os='dg7'])"/>
86
[dabbced]87      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]88      href="../common/glibc.xml"
[7a42ca4]89      xpointer="xpointer(//*[@os='dg8'])"/>
90
91    </variablelist>
92
[dabbced]93    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]94    href="../common/glibc.xml"
[7a42ca4]95    xpointer="xpointer(//*[@os='dh'])"/>
96
[dabbced]97    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]98    href="../common/glibc.xml"
[7a42ca4]99    xpointer="xpointer(//*[@os='di'])"/>
100
[dabbced]101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]102    href="../common/glibc.xml"
[7a42ca4]103    xpointer="xpointer(//*[@os='dj'])"/>
104
[dabbced]105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]106    href="../common/glibc.xml"
[7a42ca4]107    xpointer="xpointer(//*[@os='dk'])"/>
108
[dabbced]109    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]110    href="../common/glibc.xml"
[7a42ca4]111    xpointer="xpointer(//*[@os='dl'])"/>
112
[dabbced]113    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]114    href="../common/glibc.xml"
[7a42ca4]115    xpointer="xpointer(//*[@os='dm'])"/>
116
[dabbced]117    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]118    href="../common/glibc.xml"
[7a42ca4]119    xpointer="xpointer(//*[@os='dn'])"/>
120
121  </sect2>
122
123  <sect2 role="content">
124    <title/>
125
126    <para>Details on this package are located in <xref
[cbbd1e4]127    linkend="contents-glibc" role="."/></para>
[7a42ca4]128
129  </sect2>
130
131</sect1>
Note: See TracBrowser for help on using the repository browser.