diff options
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r-- | chapter08/binutils.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 1fd436bd1..63ae7e2eb 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -115,8 +115,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 @@ -141,11 +141,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> |