Changeset d394cf7f for chapter06/binutils-pass2.xml
- Timestamp:
- 06/15/2020 07:56:23 PM (4 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 1cd5961
- Parents:
- bf20bae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/binutils-pass2.xml
rbf20bae rd394cf7f 64 64 65 65 <varlistentry> 66 <term><parameter>-- host=$LFS_TGT</parameter></term>66 <term><parameter>--enable-shared</parameter></term> 67 67 <listitem> 68 <para>This tells the configure script that we want to build 69 this pass of binutils for the $LFS_TGT machine, using our just 70 built cross-compiler. This prevents the linker from searching 71 through library directories on the host.</para> 68 <para>Builds <filename 69 class="libraryfile">libbfd</filename> as a shared library.</para> 70 </listitem> 71 </varlistentry> 72 73 74 <varlistentry> 75 <term><parameter>--enable-64-bit-bfd</parameter></term> 76 <listitem> 77 <para>Enables 64-bit support (on hosts with narrower word sizes). 78 May not be needed on 64-bit systems, but does no harm.</para> 72 79 </listitem> 73 80 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.