diff options
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> |