diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-inst.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter05/binutils-inst.xml b/chapter05/binutils-inst.xml index ba383cdef..a64e6b687 100644 --- a/chapter05/binutils-inst.xml +++ b/chapter05/binutils-inst.xml @@ -9,7 +9,10 @@ it comes with.</para> <para>Install Binutils by running the following commands:</para> -<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls && + +<para><screen><userinput>mkdir ../binutils-build && +cd ../binutils-build && +../binutils-&binutils-version;/configure --prefix=$LFS/usr --disable-nls && make LDFLAGS=-all-static tooldir=$LFS/usr && make tooldir=$LFS/usr install</userinput></screen></para> |