diff options
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index c3032612a..99dca0a03 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -69,11 +69,8 @@ cd ../binutils-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>, which -expands into <phrase condition="html"><filename -class="directory">/usr/i686-pc-linux-gnu</filename></phrase><phrase -condition="pdf"><filename class="directory">/usr/i686-pc- -linux-gnu</filename></phrase>. Because this is a custom system, this -target-specific directory in <filename +expands into <filename class="directory">/usr/i686-pc-linux-gnu</filename>. +Because this is a custom system, this target-specific directory in <filename class="directory">/usr</filename> is not required. This setup would be used if the system was used to cross-compile (for example, compiling a package on an Intel machine that generates code that can be executed |