Changeset 07114c98 for BOOK/cross-tools/mips64-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/mips64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64-64/gcc-final.xml
r51f1397 r07114c98 88 88 89 89 <screen os="bf" ><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 90 --target=${ LFS_TARGET} --host=${LFS_HOST} --with-abi=64 \90 --target=${CLFS_TARGET} --host=${CLFS_HOST} --with-abi=64 \ 91 91 --with-local-prefix=/tools --disable-nls --enable-shared \ 92 92 --enable-languages=c,c++ --enable-__cxa_atexit --disable-multilib \ -
BOOK/cross-tools/mips64-64/gcc-static.xml
r51f1397 r07114c98 81 81 82 82 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 83 --host=${ LFS_HOST} --target=${LFS_TARGET} --disable-mutlilib \83 --host=${CLFS_HOST} --target=${CLFS_TARGET} --disable-mutlilib \ 84 84 --with-local-prefix=/tools --disable-nls --disable-shared \ 85 85 --disable-threads --enable-languages=c --with-abi=64</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.