Changeset 816c20d
- Timestamp:
- Feb 21, 2006, 1:32:26 AM (19 years ago)
- Children:
- 55c18a5e
- Parents:
- eb823c7
- Location:
- cross-tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/common/binutils.xml
reb823c7 r816c20d 42 42 <screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \ 43 43 --host=${LFS_HOST} --target=${LFS_TARGET} --with-lib-path=/tools/lib \ 44 --disable-nls --enable-shared </userinput></screen>44 --disable-nls --enable-shared --disable-multilib</userinput></screen> 45 45 46 46 <variablelist os="bd"> -
cross-tools/x86/gcc-static.xml
reb823c7 r816c20d 73 73 74 74 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 75 --host=${LFS_HOST} --target=${LFS_TARGET} \75 --host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \ 76 76 --with-local-prefix=/tools --disable-nls --disable-shared \ 77 77 --disable-threads --enable-languages=c</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.