diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-06 19:21:57 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-06 19:21:57 +0000 |
commit | a819776f4e9fc02499be639c656c89b3bb934b43 (patch) | |
tree | 4b768a628ee53d0b35e8ab8d3693d7e6da65c5a3 /chapter05 | |
parent | 26ebd83c0264cefad9264145443142fde71c3201 (diff) |
missing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2526 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |