Changeset 9cb6b64 for cross-tools/64
- Timestamp:
- Jul 1, 2006, 12:48:39 PM (18 years ago)
- Children:
- 8018c66
- Parents:
- 2ce8e8a
- Location:
- cross-tools/64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/64/binutils.xml
r2ce8e8a r9cb6b64 48 48 49 49 <screen os="ca"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \ 50 --host=${ LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \50 --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \ 51 51 --disable-nls --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen> 52 52 -
cross-tools/64/glibc.xml
r2ce8e8a r9cb6b64 71 71 xpointer="xpointer(//*[@os='g'])"/> 72 72 73 <screen os="df"><userinput>BUILD_CC="gcc" CC="${ LFS_TARGET}-gcc ${BUILD64}" \74 AR="${ LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \73 <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \ 74 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ 75 75 ../glibc-&glibc-version;/configure --prefix=/tools \ 76 --host=${ LFS_TARGET} --build=${LFS_HOST} \76 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 77 77 --disable-profile --enable-add-ons \ 78 78 --with-tls --enable-kernel=2.6.0 --with-__thread \
Note:
See TracChangeset
for help on using the changeset viewer.