Changeset bc2e3fa for BOOK/cross-tools/64
- 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/64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/binutils.xml
r8473983 rbc2e3fa 55 55 xpointer="xpointer(//*[@os='i'])"/> 56 56 57 <screen os="bc"><userinput>../binutils-&binutils-version;/configure \ 58 --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} --host=${CLFS_HOST} \ 59 --target=${CLFS_TARGET} --disable-nls --enable-shared \ 60 --enable-64-bit-bfd --disable-multilib --with-lib-path=${CLFS}/tools/lib</userinput></screen> 57 <screen os="ca"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \ 58 --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \ 59 --disable-nls --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen> 61 60 62 61 <variablelist os="bd"> -
BOOK/cross-tools/64/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='n2'])"/>72 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"74 href="../common/glibc.xml"75 xpointer="xpointer(//*[@os='n1'])"/>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.