diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 7945938b0..55e6f8636 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -162,7 +162,7 @@ cd build</userinput></screen> <para>Install the package:</para> -<screen><userinput remap="install">make tooldir=/usr install</userinput></screen> +<screen><userinput remap="install">make tooldir=/usr install -j1</userinput></screen> <para>Remove useless static libraries:</para> |