Changeset 0fd35e0
- Timestamp:
- 08/25/2021 07:41:21 AM (3 years ago)
- Branches:
- ml-11.0, multilib, xry111/multilib
- Children:
- 2bad57f
- Parents:
- 69d280f (diff), 763a00a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/binutils-pass1.xml
r69d280f r0fd35e0 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.