- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/binutils.xml
r65db39d rb27081c4 48 48 xpointer="xpointer(//*[@os='i'])"/> 49 49 50 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \ 51 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 52 --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \ 53 --disable-nls --disable-static --enable-64-bit-bfd --enable-gold=yes \ 54 --enable-plugins --enable-threads --disable-werror</userinput></screen> 50 <screen os="bc"><userinput>AR=ar AS=as \ 51 ../binutils-&binutils-dir;/configure \ 52 --prefix=/cross-tools \ 53 --host=${CLFS_HOST} \ 54 --target=${CLFS_TARGET} \ 55 --with-sysroot=${CLFS} \ 56 --with-lib-path=/tools/lib:/tools/lib64 \ 57 --disable-nls \ 58 --disable-static \ 59 --enable-64-bit-bfd \ 60 --enable-gold=yes \ 61 --enable-plugins \ 62 --enable-threads \ 63 --disable-werror</userinput></screen> 55 64 56 65 <variablelist os="bd">
Note:
See TracChangeset
for help on using the changeset viewer.