aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/binutils.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r--chapter08/binutils.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml
index 9e93e55f0..c4a25492c 100644
--- a/chapter08/binutils.xml
+++ b/chapter08/binutils.xml
@@ -109,8 +109,8 @@ cd build</userinput></screen>
<para>Normally, the tooldir (the directory where the executables will
ultimately be located) is set to <filename
class="directory">$(exec_prefix)/$(target_alias)</filename>. For
- example, x86_64 machines would expand that to <filename
- class="directory">/usr/x86_64-pc-linux-gnu</filename>. Because this is
+ example, ARM64 machines would expand that to <filename
+ class="directory">/usr/aarch64-unknown-linux-gnu</filename>. Because this is
a custom system, this target-specific directory in <filename
class="directory">/usr</filename> is not required. <filename
class="directory">$(exec_prefix)/$(target_alias)</filename> would be
@@ -135,11 +135,7 @@ cd build</userinput></screen>
<screen><userinput remap="test">grep '^FAIL:' $(find -name '*.log')</userinput></screen>
- <para>Twelve tests fail in the gold test suite when the
- <option>--enable-default-pie</option> and
- <option>--enable-default-ssp</option> options are passed to GCC.</para>
-
- <para>Three tests in the gprofng suite are also known to fail.</para>
+ <para>Three tests in the gprofng suite are known to fail.</para>
<para>Install the package:</para>