Changeset 07114c98 for BOOK/temp-system/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/temp-system/64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/binutils.xml
r51f1397 r07114c98 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> -
BOOK/temp-system/64/ncurses.xml
r51f1397 r07114c98 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.