diff options
Diffstat (limited to 'chapter05/binutils-inst.xml')
-rw-r--r-- | chapter05/binutils-inst.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter05/binutils-inst.xml b/chapter05/binutils-inst.xml index 81b4858ec..982b2da78 100644 --- a/chapter05/binutils-inst.xml +++ b/chapter05/binutils-inst.xml @@ -1,17 +1,11 @@ <sect2> <title>Installation of Binutils</title> -<para> -Install Binutils by running the following commands: -</para> +<para>Install Binutils by running the following commands:</para> -<para> -<screen> -<userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput> +<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput> <userinput>make -e LDFLAGS=-all-static tooldir=$LFS/usr &&</userinput> -<userinput>make -e tooldir=$LFS/usr install</userinput> -</screen> -</para> +<userinput>make -e tooldir=$LFS/usr install</userinput></screen></para> </sect2> |