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 /chapter06 | |
parent | 00de2694ce852e9b042eaa3225e0c079978e048f (diff) | |
parent | 6fec3f51e71f36219829eddd63b1cf6e11bcd447 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64xry111/arm64
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils-pass2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/binutils-pass2.xml b/chapter06/binutils-pass2.xml index 983aaee2f..15582f937 100644 --- a/chapter06/binutils-pass2.xml +++ b/chapter06/binutils-pass2.xml @@ -72,7 +72,8 @@ cd build</userinput></screen> --enable-shared \ --enable-gprofng=no \ --disable-werror \ - --enable-64-bit-bfd</userinput></screen> + --enable-64-bit-bfd \ + --enable-default-hash-style=gnu</userinput></screen> <variablelist> <title>The meaning of the new configure options:</title> |