Changeset bc2e3fa for BOOK/cross-tools/multilib
- Timestamp:
- Dec 7, 2006, 11:23:24 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1e184e11
- Parents:
- 8473983
- Location:
- BOOK/cross-tools/multilib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/binutils.xml
r8473983 rbc2e3fa 63 63 xpointer="xpointer(//*[@os='i'])"/> 64 64 65 <screen os="bc"><userinput>../binutils-&binutils-version;/configure \ 66 --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} --host=${CLFS_HOST} \ 67 --target=${CLFS_TARGET} --disable-nls --enable-shared \ 68 --enable-64-bit-bfd --with-lib-path=${CLFS}/tools/lib</userinput></screen> 65 <screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \ 66 --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \ 67 --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen> 69 68 70 69 <variablelist os="bd"> -
BOOK/cross-tools/multilib/glibc-64bit.xml
r8473983 rbc2e3fa 67 67 xpointer="xpointer(//*[@os='de'])"/> 68 68 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 70 href="glibc.xml" 71 xpointer="xpointer(//*[@os='n1'])"/> 72 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 href="glibc.xml" 75 xpointer="xpointer(//*[@os='n2'])"/> 76 77 <para os="n3">Tell Glibc to install its 64-bit libraries into <filename 69 <para os="n1">Tell Glibc to install its 64-bit libraries into <filename 78 70 class="directory">/tools/lib64</filename>:</para> 79 71 80 <screen os="n 4"><userinput>echo "slibdir=/tools/lib64" >> configparms</userinput></screen>72 <screen os="n2"><userinput>echo "slibdir=/tools/lib64" >> configparms</userinput></screen> 81 73 82 74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 90 82 --disable-profile --enable-add-ons \ 91 83 --with-tls --enable-kernel=2.6.0 --with-__thread \ 92 --with-binutils= ${CLFS}/cross-tools/bin --with-headers=${CLFS}/tools/include \84 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 93 85 --cache-file=config.cache</userinput></screen> 94 86 -
BOOK/cross-tools/multilib/glibc.xml
r8473983 rbc2e3fa 69 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 70 70 href="../common/glibc.xml" 71 xpointer="xpointer(//*[@os='n1'])"/>72 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"74 href="../common/glibc.xml"75 xpointer="xpointer(//*[@os='n2'])"/>76 77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"78 href="../common/glibc.xml"79 71 xpointer="xpointer(//*[@os='g'])"/> 80 72 … … 85 77 --disable-profile --enable-add-ons \ 86 78 --with-tls --enable-kernel=2.6.0 --with-__thread \ 87 --with-binutils=${CLFS}/cross-tools/bin \ 88 --with-headers=${CLFS}/tools/include \ 79 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 89 80 --cache-file=config.cache</userinput></screen> 90 81
Note:
See TracChangeset
for help on using the changeset viewer.