Changeset 03e6a40 for BOOK/cross-tools/mips64/glibc-n32.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/cross-tools/mips64/glibc-n32.xml
r88ef769 r03e6a40 6 6 ]> 7 7 8 <sect1 id="ch-cross-tools- eglibc-n32" role="wrap">9 <?dbhtml filename=" eglibc-n32.html"?>8 <sect1 id="ch-cross-tools-glibc-n32" role="wrap"> 9 <?dbhtml filename="glibc-n32.html"?> 10 10 11 <title> EGLIBC-&eglibc-version; N32</title>11 <title>GLIBC-&glibc-version; N32</title> 12 12 13 <indexterm zone="ch-cross-tools- eglibc-n32">14 <primary sortas="a- EGLIBC">EGLIBC</primary>13 <indexterm zone="ch-cross-tools-glibc-n32"> 14 <primary sortas="a-GLIBC">GLIBC</primary> 15 15 <secondary>cross tools, N32</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../../final-system/common/ eglibc.xml"19 href="../../final-system/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=" eglibc.xml"26 href="glibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/mips64/ eglibc-64bit.xml"30 href="../../final-system/mips64/glibc-64bit.xml" 31 31 xpointer="xpointer(//*[@os='m3'])"/> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../../final-system/mips64/ eglibc-64bit.xml"34 href="../../final-system/mips64/glibc-64bit.xml" 35 35 xpointer="xpointer(//*[@os='m4'])"/> 36 36 37 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../../final-system/common/ eglibc.xml"38 href="../../final-system/common/glibc.xml" 39 39 xpointer="xpointer(//*[@os='s1'])"/> 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../../final-system/common/ eglibc.xml"42 href="../../final-system/common/glibc.xml" 43 43 xpointer="xpointer(//*[@os='s2'])"/> 44 44 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href=" eglibc.xml"46 href="glibc.xml" 47 47 xpointer="xpointer(//*[@os='e'])"/> 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href=" eglibc.xml"50 href="glibc.xml" 51 51 xpointer="xpointer(//*[@os='f'])"/> 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href=" eglibc.xml"54 href="glibc.xml" 55 55 xpointer="xpointer(//*[@os='dd'])"/> 56 56 57 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href=" eglibc.xml"58 href="glibc.xml" 59 59 xpointer="xpointer(//*[@os='de'])"/> 60 60 61 <para os="n1">Tell EGLIBC to install its 32-bit libraries into <filename61 <para os="n1">Tell GLIBC to install its 32-bit libraries into <filename 62 62 class="directory">/tools/lib32</filename>:</para> 63 63 … … 65 65 66 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 67 href=" eglibc.xml"67 href="glibc.xml" 68 68 xpointer="xpointer(//*[@os='g'])"/> 69 69 70 70 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILDN32}" \ 71 71 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 72 ../ eglibc-&eglibc-version;/configure --prefix=/tools \72 ../glibc-&glibc-version;/configure --prefix=/tools \ 73 73 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \ 74 74 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ … … 82 82 <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILDN32}"</parameter></term> 83 83 <listitem> 84 <para>Forces EGLIBC to utilize our target architecture GCC utilizing84 <para>Forces GLIBC to utilize our target architecture GCC utilizing 85 85 the N32 flags.</para> 86 86 </listitem> … … 90 90 <term><parameter>--libdir=/tools/lib32</parameter></term> 91 91 <listitem> 92 <para>Installs EGLIBC into /tools/lib32 instead of /tools/lib.</para>92 <para>Installs GLIBC into /tools/lib32 instead of /tools/lib.</para> 93 93 </listitem> 94 94 </varlistentry> … … 97 97 98 98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 99 href=" eglibc.xml"99 href="glibc.xml" 100 100 xpointer="xpointer(//*[@os='dh'])"/> 101 101 102 102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 103 href=" eglibc.xml"103 href="glibc.xml" 104 104 xpointer="xpointer(//*[@os='di'])"/> 105 105 106 106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 107 href=" eglibc.xml"107 href="glibc.xml" 108 108 xpointer="xpointer(//*[@os='dj'])"/> 109 109 110 110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 111 href=" eglibc.xml"111 href="glibc.xml" 112 112 xpointer="xpointer(//*[@os='dk'])"/> 113 113 114 114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 115 href=" eglibc.xml"115 href="glibc.xml" 116 116 xpointer="xpointer(//*[@os='dl'])"/> 117 117 118 118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 119 href=" eglibc.xml"119 href="glibc.xml" 120 120 xpointer="xpointer(//*[@os='dm'])"/> 121 121 122 122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 123 href=" eglibc.xml"123 href="glibc.xml" 124 124 xpointer="xpointer(//*[@os='dn'])"/> 125 125 … … 130 130 131 131 <para>Details on this package are located in <xref 132 linkend="contents- eglibc" role="."/></para>132 linkend="contents-glibc" role="."/></para> 133 133 134 134 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.