Changeset 6267f3b for BOOK/cross-tools
- Timestamp:
- Sep 2, 2007, 2:56:48 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- c93d889
- Parents:
- 9db8645
- Location:
- BOOK/cross-tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/binutils.xml
r9db8645 r6267f3b 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/common/binutils.xml"31 xpointer="xpointer(//*[@os='p1'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../../final-system/common/binutils.xml"35 xpointer="xpointer(//*[@os='p2'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 30 href="../common/binutils.xml" 39 31 xpointer="xpointer(//*[@os='ba'])"/> … … 55 47 xpointer="xpointer(//*[@os='i'])"/> 56 48 57 <screen os="ca"><userinput> ../binutils-&binutils-version;/configure --prefix=/cross-tools \49 <screen os="ca"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure --prefix=/cross-tools \ 58 50 --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \ 59 51 --disable-nls --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen> -
BOOK/cross-tools/common/binutils.xml
r9db8645 r6267f3b 28 28 enable.</para> 29 29 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"31 href="../../final-system/common/binutils.xml"32 xpointer="xpointer(//*[@os='p1'])"/>33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"35 href="../../final-system/common/binutils.xml"36 xpointer="xpointer(//*[@os='p2'])"/>37 38 30 <para os="ba">To make sure that the proper syntax is used for a couple of 39 31 tools, apply the following patch:</para> … … 53 45 xpointer="xpointer(//*[@os='i'])"/> 54 46 55 <screen os="bc"><userinput> ../binutils-&binutils-version;/configure --prefix=/cross-tools \47 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure --prefix=/cross-tools \ 56 48 --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \ 57 49 --disable-nls --enable-shared --disable-multilib</userinput></screen> -
BOOK/cross-tools/multilib/binutils.xml
r9db8645 r6267f3b 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/common/binutils.xml"31 xpointer="xpointer(//*[@os='p1'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../../final-system/common/binutils.xml"35 xpointer="xpointer(//*[@os='p2'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 30 href="../common/binutils.xml" 39 31 xpointer="xpointer(//*[@os='ba'])"/> … … 63 55 xpointer="xpointer(//*[@os='i'])"/> 64 56 65 <screen os="bc"><userinput> ../binutils-&binutils-version;/configure --prefix=/cross-tools \57 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-version;/configure --prefix=/cross-tools \ 66 58 --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \ 67 59 --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.