diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-21 20:53:49 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-21 20:53:49 +0000 |
commit | 845846e02dce7a7f28a164b54c4d849d7fa11bad (patch) | |
tree | e697f8de36eccba6b5e47aada40200f00e6ea0dc /chapter06/binutils.xml | |
parent | ecac2ad77c431291f7b9bfebd117d9324e0392e2 (diff) |
Removed PDF specifics tags.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4664 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |