Changes in / [0fd35e0:69d280f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/binutils-pass1.xml
r0fd35e0 r69d280f 71 71 <para>Now prepare Binutils for compilation:</para> 72 72 73 <screen arch="default"><userinput remap="configure">../configure --prefix=$LFS/tools\74 --with-sysroot=$LFS \75 --target=$LFS_TGT \76 --disable-nls \73 <screen arch="default"><userinput remap="configure">../configure --prefix=$LFS/tools \ 74 --with-sysroot=$LFS \ 75 --target=$LFS_TGT \ 76 --disable-nls \ 77 77 --disable-werror</userinput></screen> 78 78 <screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure --prefix=$LFS/tools \ 79 --with-sysroot=$LFS \80 --target=$LFS_TGT \81 --disable-nls \82 --disable-werror \79 --with-sysroot=$LFS \ 80 --target=$LFS_TGT \ 81 --disable-nls \ 82 --disable-werror \ 83 83 --enable-multilib</userinput></screen> 84 84
Note:
See TracChangeset
for help on using the changeset viewer.