diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-01-01 02:30:49 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2024-01-01 02:30:49 +0800 |
commit | ba41e17b3891ab04d2f916c55ce04bb9586199b5 (patch) | |
tree | b4aa5d7635a26499d732fcfe38117ca1c08fbb19 /chapter08/binutils.xml | |
parent | 9ef0338a7bcd110dd514c96c516b581969b8082c (diff) | |
parent | 6fec3f51e71f36219829eddd63b1cf6e11bcd447 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/loongarchxry111/loongarch
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 e2650218a..681c3cdc8 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -56,9 +56,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-ld=default</parameter></term> @@ -76,14 +78,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 |