Changeset 9cb6b64 for temp-system/64
- Timestamp:
- Jul 1, 2006, 12:48:39 PM (18 years ago)
- Children:
- 8018c66
- Parents:
- 2ce8e8a
- Location:
- temp-system/64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/64/binutils.xml
r2ce8e8a r9cb6b64 45 45 <screen os="j"><userinput>CC="${CC} ${BUILD64}" \ 46 46 ../binutils-&binutils-version;/configure --prefix=/tools \ 47 --build=${ LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \47 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 48 48 --disable-nls --enable-shared --enable-64-bit-bfd \ 49 49 --disable-multilib</userinput></screen> -
temp-system/64/ncurses.xml
r2ce8e8a r9cb6b64 28 28 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 30 ./configure --prefix=/tools --with-shared --build=${ LFS_HOST} \31 --host=${ LFS_TARGET} --without-debug --without-ada \30 ./configure --prefix=/tools --with-shared --build=${CLFS_HOST} \ 31 --host=${CLFS_TARGET} --without-debug --without-ada \ 32 32 --enable-overwrite --with-build-cc=gcc</userinput></screen> 33 33
Note:
See TracChangeset
for help on using the changeset viewer.