diff options
Diffstat (limited to 'chapter06/binutils-exp.xml')
-rw-r--r-- | chapter06/binutils-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/binutils-exp.xml b/chapter06/binutils-exp.xml index 7e8711e2c..4d875e0d5 100644 --- a/chapter06/binutils-exp.xml +++ b/chapter06/binutils-exp.xml @@ -2,7 +2,7 @@ <title>Command explanations</title> <para><userinput>tooldir=/usr:</userinput> Normally, the tooldir (the -directory where the executables from binutils end up in) is set to +directory where the executables from binutils end up) is set to $(exec_prefix)/$(target_alias) which expands into, for example, /usr/i686-pc-linux-gnu. Since we only build for our own system, we don't need this target specific directory in /usr. That setup would be used |