Changeset 07114c98 for BOOK/cross-tools/64
- Timestamp:
- Jul 1, 2006, 12:48:39 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:
- 95112ed
- Parents:
- 51f1397
- Location:
- BOOK/cross-tools/64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/binutils.xml
r51f1397 r07114c98 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 -
BOOK/cross-tools/64/glibc.xml
r51f1397 r07114c98 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.