diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index ab566b888..53a59fb7b 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -19,7 +19,7 @@ cd ../binutils-build</userinput></screen></para> <para><screen><userinput>CFLAGS="-O2 -pipe" \ ../binutils-&binutils-version;/configure \ - --prefix=/stage1 --disable-nls</userinput></screen></para> + --prefix=/stage1 --disable-nls</userinput></screen></para> <para>The meaning of the (new) configure switches are:</para> |