Changeset 03e6a40 for BOOK/cross-tools/multilib/glibc-64bit.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/multilib/glibc-64bit.xml
r88ef769 r03e6a40 6 6 ]> 7 7 8 <sect1 id="ch-cross-tools- eglibcc-64" role="wrap">9 <?dbhtml filename=" eglibc-64.html"?>8 <sect1 id="ch-cross-tools-glibcc-64" role="wrap"> 9 <?dbhtml filename="glibc-64.html"?> 10 10 11 <title> EGLIBC-&eglibc-version; 64-Bit</title>11 <title>GLIBC-&glibc-version; 64-Bit</title> 12 12 13 <indexterm zone="ch-cross-tools- eglibcc-64">14 <primary sortas="a- EGLIBC">EGLIBC</primary>13 <indexterm zone="ch-cross-tools-glibcc-64"> 14 <primary sortas="a-GLIBC">GLIBC</primary> 15 15 <secondary>cross tools, 64 Bit</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/common/ eglibc.xml"30 href="../../final-system/common/glibc.xml" 31 31 xpointer="xpointer(//*[@os='s1'])"/> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../../final-system/common/ eglibc.xml"34 href="../../final-system/common/glibc.xml" 35 35 xpointer="xpointer(//*[@os='s2'])"/> 36 36 37 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href=" eglibc.xml"38 href="glibc.xml" 39 39 xpointer="xpointer(//*[@os='e'])"/> 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href=" eglibc.xml"42 href="glibc.xml" 43 43 xpointer="xpointer(//*[@os='f'])"/> 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='dd'])"/> 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='de'])"/> 52 52 53 <para os="n1">Tell EGLIBC to install its 64-bit libraries into <filename53 <para os="n1">Tell GLIBC to install its 64-bit libraries into <filename 54 54 class="directory">/tools/lib64</filename>:</para> 55 55 … … 57 57 58 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 59 href=" eglibc.xml"59 href="glibc.xml" 60 60 xpointer="xpointer(//*[@os='g'])"/> 61 61 62 62 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \ 63 63 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 64 ../ eglibc-&eglibc-version;/configure --prefix=/tools \64 ../glibc-&glibc-version;/configure --prefix=/tools \ 65 65 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \ 66 66 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ … … 74 74 <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD64}"</parameter></term> 75 75 <listitem> 76 <para>Forces EGLIBC to build using our target architecture GCC76 <para>Forces GLIBC to build using our target architecture GCC 77 77 utilizing the 64 Bit flags.</para> 78 78 </listitem> … … 82 82 <term><parameter>--libdir=/tools/lib64</parameter></term> 83 83 <listitem> 84 <para>Puts EGLIBC into /tools/lib64 instead of /tools/lib.</para>84 <para>Puts GLIBC into /tools/lib64 instead of /tools/lib.</para> 85 85 </listitem> 86 86 </varlistentry> … … 89 89 90 90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 91 href=" eglibc.xml"91 href="glibc.xml" 92 92 xpointer="xpointer(//*[@os='dh'])"/> 93 93 94 94 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 95 href=" eglibc.xml"95 href="glibc.xml" 96 96 xpointer="xpointer(//*[@os='di'])"/> 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='dj'])"/> 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='dk'])"/> 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='dl'])"/> 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='dm'])"/> 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='dn'])"/> 117 117 … … 122 122 123 123 <para>Details on this package are located in <xref 124 linkend="contents- eglibc" role="."/></para>124 linkend="contents-glibc" role="."/></para> 125 125 126 126 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.