Changeset 03e6a40 for BOOK/final-system/multilib/glibc.xml
- Timestamp:
- Apr 20, 2014, 8:57:39 AM (11 years ago)
- Children:
- 0be79ea
- Parents:
- 88ef769 (diff), 578ca586 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/glibc.xml
r88ef769 r03e6a40 6 6 ]> 7 7 8 <sect1 id="ch-system- eglibc-32" role="wrap">9 <?dbhtml filename=" eglibc.html"?>8 <sect1 id="ch-system-glibc-32" role="wrap"> 9 <?dbhtml filename="glibc.html"?> 10 10 11 <title> EGLIBC-&eglibc-version; 32 Bit Libraries</title>11 <title>GLIBC-&glibc-version; 32 Bit Libraries</title> 12 12 13 <indexterm zone="ch-system- eglibc-32">14 <primary sortas="a- EGLIBC">EGLIBC</primary>13 <indexterm zone="ch-system-glibc-32"> 14 <primary sortas="a-GLIBC">GLIBC</primary> 15 15 <secondary>32 Bit</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../common/ eglibc.xml"19 href="../common/glibc.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of EGLIBC</title>23 <title>Installation of GLIBC</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ eglibc.xml"26 href="../common/glibc.xml" 27 27 xpointer="xpointer(//*[@os='z'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../common/ eglibc.xml"30 href="../common/glibc.xml" 31 31 xpointer="xpointer(//*[@os='l1'])"/> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/ eglibc.xml"34 href="../common/glibc.xml" 35 35 xpointer="xpointer(//*[@os='l2'])"/> 36 36 37 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/ eglibc.xml"38 href="../common/glibc.xml" 39 39 xpointer="xpointer(//*[@os='l3'])"/> 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/ eglibc.xml"42 href="../common/glibc.xml" 43 43 xpointer="xpointer(//*[@os='l4'])"/> 44 44 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/ eglibc.xml"46 href="../common/glibc.xml" 47 47 xpointer="xpointer(//*[@os='b'])"/> 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/ eglibc.xml"50 href="../common/glibc.xml" 51 51 xpointer="xpointer(//*[@os='s1'])"/> 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/ eglibc.xml"54 href="../common/glibc.xml" 55 55 xpointer="xpointer(//*[@os='s2'])"/> 56 56 57 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="../common/ eglibc.xml"58 href="../common/glibc.xml" 59 59 xpointer="xpointer(//*[@os='e'])"/> 60 60 61 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 62 href="../common/ eglibc.xml"62 href="../common/glibc.xml" 63 63 xpointer="xpointer(//*[@os='f'])"/> 64 64 65 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 66 href="../common/ eglibc.xml"66 href="../common/glibc.xml" 67 67 xpointer="xpointer(//*[@os='g'])"/> 68 68 69 69 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ 70 ../ eglibc-&eglibc-version;/configure --prefix=/usr \70 ../glibc-&glibc-version;/configure --prefix=/usr \ 71 71 --disable-profile --enable-kernel=2.6.32 \ 72 --libexecdir=/usr/lib/ eglibc --host=${CLFS_TARGET32} \72 --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32} \ 73 73 --enable-obsolete-rpc</userinput></screen> 74 74 75 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 76 href="../common/ eglibc.xml"76 href="../common/glibc.xml" 77 77 xpointer="xpointer(//*[@os='i'])"/> 78 78 79 79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 80 href="../common/ eglibc.xml"80 href="../common/glibc.xml" 81 81 xpointer="xpointer(//*[@os='j'])"/> 82 82 83 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 84 href="../common/ eglibc.xml"84 href="../common/glibc.xml" 85 85 xpointer="xpointer(//*[@os='k'])"/> 86 86 87 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 88 href="../common/ eglibc.xml"88 href="../common/glibc.xml" 89 89 xpointer="xpointer(//*[@os='l'])"/> 90 90 91 91 <para os="l1b">In multilib, we tend to think that compiling for 92 92 <literal>${CLFS_TARGET32}</literal> is <emphasis>not</emphasis> 93 cross-compiling. EGLIBC takes the traditional view that if you are building93 cross-compiling. GLIBC takes the traditional view that if you are building 94 94 for a different host then you are cross-compiling, so you won't be running 95 95 the tests and therefore you don't need the locale files. When we run … … 97 97 sed allows these tests to succeed:</para> 98 98 99 <screen os="l2b"><userinput>sed -i '/cross-compiling/s@ifeq@ifneq@g' ../ eglibc-&eglibc-version;/localedata/Makefile</userinput></screen>99 <screen os="l2b"><userinput>sed -i '/cross-compiling/s@ifeq@ifneq@g' ../glibc-&glibc-version;/localedata/Makefile</userinput></screen> 100 100 101 101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 102 href="../common/ eglibc.xml"102 href="../common/glibc.xml" 103 103 xpointer="xpointer(//*[@os='m'])"/> 104 104 105 105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 106 href="../common/ eglibc.xml"106 href="../common/glibc.xml" 107 107 xpointer="xpointer(//*[@os='n'])"/> 108 108 109 109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 110 href="../common/ eglibc.xml"110 href="../common/glibc.xml" 111 111 xpointer="xpointer(//*[@os='o'])"/> 112 112 113 113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 114 href="../common/ eglibc.xml"114 href="../common/glibc.xml" 115 115 xpointer="xpointer(//*[@os='p'])"/> 116 116 117 117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 118 href="../common/ eglibc.xml"118 href="../common/glibc.xml" 119 119 xpointer="xpointer(//*[@os='q'])"/> 120 120 121 121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 122 href="../common/ eglibc.xml"122 href="../common/glibc.xml" 123 123 xpointer="xpointer(//*[@os='r'])"/> 124 124 125 125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 126 href="../common/ eglibc.xml"126 href="../common/glibc.xml" 127 127 xpointer="xpointer(//*[@os='s'])"/> 128 128 129 129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 130 href="../common/ eglibc.xml"130 href="../common/glibc.xml" 131 131 xpointer="xpointer(//*[@os='t'])"/> 132 132 … … 137 137 138 138 <para>Details on this package are located in <xref 139 linkend="contents- eglibc" role="."/></para>139 linkend="contents-glibc" role="."/></para> 140 140 141 141 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.