- Timestamp:
- Jan 20, 2009, 3:22:22 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9676bac
- Parents:
- 840312bd
- Location:
- BOOK/temp-system
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/binutils.xml
r840312bd rd8b9d99 53 53 <screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-version;/configure \ 54 54 --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 55 --target=${CLFS_TARGET} -- disable-nls --enable-shared\56 --enable- 64-bit-bfd --disable-multilib</userinput></screen>55 --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \ 56 --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen> 57 57 58 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/binutils.xml
r840312bd rd8b9d99 53 53 <screen os="j"><userinput>../binutils-&binutils-version;/configure --prefix=/tools \ 54 54 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 55 --disable-nls --enable-shared --disable-multilib</userinput></screen> 55 --with-lib-path=/tools/lib --disable-nls --enable-shared \ 56 --disable-multilib</userinput></screen> 56 57 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/binutils.xml
r840312bd rd8b9d99 60 60 61 61 <screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-version;/configure \ 62 --prefix=/tools --libdir=/tools/lib64 --with-lib-path=/tools/lib \62 --prefix=/tools --libdir=/tools/lib64 --with-lib-path=/tools/lib64:/tools/lib \ 63 63 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 64 64 --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.