diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-01-01 05:57:54 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2024-01-01 05:57:54 +0800 |
commit | 257686627d14b94ee248198e04b431f9567f4d72 (patch) | |
tree | 299d0f6655636bc4a814bb82d7c56dd6e767750f /chapter08/binutils.xml | |
parent | 00de2694ce852e9b042eaa3225e0c079978e048f (diff) | |
parent | 6fec3f51e71f36219829eddd63b1cf6e11bcd447 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64xry111/arm64
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r-- | chapter08/binutils.xml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 63ae7e2eb..c4a25492c 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -57,9 +57,11 @@ cd build</userinput></screen> --enable-shared \ --disable-werror \ --enable-64-bit-bfd \ - --with-system-zlib</userinput></screen> + --with-system-zlib \ + --enable-default-hash-style=gnu</userinput></screen> + <variablelist> - <title>The meaning of the configure parameters:</title> + <title>The meaning of the new configure parameters:</title> <varlistentry> <term><parameter>--enable-gold</parameter></term> @@ -85,14 +87,6 @@ cd build</userinput></screen> </varlistentry> <varlistentry> - <term><parameter>--enable-64-bit-bfd</parameter></term> - <listitem> - <para>Enables 64-bit support (on hosts with narrower word sizes). - May not be needed on 64-bit systems, but does no harm.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><parameter>--with-system-zlib</parameter></term> <listitem> <para>Use the installed zlib library instead of building the |