diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-12-31 02:33:59 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-12-31 02:37:07 +0800 |
commit | 6fec3f51e71f36219829eddd63b1cf6e11bcd447 (patch) | |
tree | 751099728fbc5af33556e202f8465fcb907d4ed5 /chapter06 | |
parent | 8b4fb1245dcde0370bb84c2653e3e9bb01cbae87 (diff) |
binutils: Add --enable-default-hash-style=gnu for configure (#5401)xry111/update-20231231
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> |