Changeset cbbd1e4 for BOOK/cross-tools/multilib
- Timestamp:
- Feb 18, 2014, 6:10:37 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3b7a1ef
- Parents:
- bf75f20
- Location:
- BOOK/cross-tools/multilib
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/glibc-64bit.xml
rbf75f20 rcbbd1e4 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> -
BOOK/cross-tools/multilib/glibc.xml
rbf75f20 rcbbd1e4 6 6 ]> 7 7 8 <sect1 id="ch-cross-tools- eglibc" role="wrap">9 <?dbhtml filename=" eglibc.html"?>8 <sect1 id="ch-cross-tools-glibc" role="wrap"> 9 <?dbhtml filename="glibc.html"?> 10 10 11 <title> EGLIBC-&eglibc-version; 32 Bit</title>11 <title>GLIBC-&glibc-version; 32 Bit</title> 12 12 13 <indexterm zone="ch-cross-tools- eglibc">14 <primary sortas="a- EGLIBC">EGLIBC</primary>13 <indexterm zone="ch-cross-tools-glibc"> 14 <primary sortas="a-GLIBC">GLIBC</primary> 15 15 <secondary>cross tools, 32 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="../common/ eglibc.xml"26 href="../common/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="../common/ eglibc.xml"38 href="../common/glibc.xml" 39 39 xpointer="xpointer(//*[@os='e'])"/> 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='f'])"/> 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='dd'])"/> 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='de'])"/> 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='g'])"/> 56 56 57 57 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \ 58 58 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 59 ../ eglibc-&eglibc-version;/configure --prefix=/tools \59 ../glibc-&glibc-version;/configure --prefix=/tools \ 60 60 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 61 61 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ … … 67 67 68 68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 69 href="../common/ eglibc.xml"69 href="../common/glibc.xml" 70 70 xpointer="xpointer(//*[@os='dg1'])"/> 71 71 … … 73 73 <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD32}"</parameter></term> 74 74 <listitem> 75 <para>Forces EGLIBC to utilize our target architecture GCC utilizing75 <para>Forces GLIBC to utilize our target architecture GCC utilizing 76 76 the 32 Bit flags.</para> 77 77 </listitem> … … 79 79 80 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 81 href="../common/ eglibc.xml"81 href="../common/glibc.xml" 82 82 xpointer="xpointer(//*[@os='dg3'])"/> 83 83 84 84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 85 href="../common/ eglibc.xml"85 href="../common/glibc.xml" 86 86 xpointer="xpointer(//*[@os='dg4'])"/> 87 87 88 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 89 href="../common/ eglibc.xml"89 href="../common/glibc.xml" 90 90 xpointer="xpointer(//*[@os='dg5'])"/> 91 91 92 92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 93 href="../common/ eglibc.xml"93 href="../common/glibc.xml" 94 94 xpointer="xpointer(//*[@os='dg6'])"/> 95 95 96 96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 97 href="../common/ eglibc.xml"97 href="../common/glibc.xml" 98 98 xpointer="xpointer(//*[@os='dg7'])"/> 99 99 100 100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 101 href="../common/ eglibc.xml"101 href="../common/glibc.xml" 102 102 xpointer="xpointer(//*[@os='dg8'])"/> 103 103 104 104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 105 href="../common/ eglibc.xml"105 href="../common/glibc.xml" 106 106 xpointer="xpointer(//*[@os='dg9'])"/> 107 107 108 108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 109 href="../common/ eglibc.xml"109 href="../common/glibc.xml" 110 110 xpointer="xpointer(//*[@os='dg10'])"/> 111 111 112 112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 113 href="../common/ eglibc.xml"113 href="../common/glibc.xml" 114 114 xpointer="xpointer(//*[@os='dg11'])"/> 115 115 … … 117 117 118 118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 119 href="../common/ eglibc.xml"119 href="../common/glibc.xml" 120 120 xpointer="xpointer(//*[@os='dh'])"/> 121 121 122 122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 123 href="../common/ eglibc.xml"123 href="../common/glibc.xml" 124 124 xpointer="xpointer(//*[@os='di'])"/> 125 125 126 126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 127 href="../common/ eglibc.xml"127 href="../common/glibc.xml" 128 128 xpointer="xpointer(//*[@os='dj'])"/> 129 129 130 130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 131 href="../common/ eglibc.xml"131 href="../common/glibc.xml" 132 132 xpointer="xpointer(//*[@os='dk'])"/> 133 133 134 134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 135 href="../common/ eglibc.xml"135 href="../common/glibc.xml" 136 136 xpointer="xpointer(//*[@os='dl'])"/> 137 137 138 138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 139 href="../common/ eglibc.xml"139 href="../common/glibc.xml" 140 140 xpointer="xpointer(//*[@os='dm'])"/> 141 141 142 142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 143 href="../common/ eglibc.xml"143 href="../common/glibc.xml" 144 144 xpointer="xpointer(//*[@os='dn'])"/> 145 145 … … 150 150 151 151 <para>Details on this package are located in <xref 152 linkend="contents- eglibc" role="."/></para>152 linkend="contents-glibc" role="."/></para> 153 153 154 154 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.