aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/binutils-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/binutils-inst.xml')
-rw-r--r--chapter05/binutils-inst.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/chapter05/binutils-inst.xml b/chapter05/binutils-inst.xml
index bcda9a2a7..81b4858ec 100644
--- a/chapter05/binutils-inst.xml
+++ b/chapter05/binutils-inst.xml
@@ -5,13 +5,13 @@
Install Binutils by running the following commands:
</para>
-<blockquote><literallayout>
- <userinput>./configure --prefix=$LFS/usr --disable-nls
- &amp;&amp;</userinput>
- <userinput>make -e LDFLAGS=-all-static tooldir=$LFS/usr
- &amp;&amp;</userinput>
- <userinput>make -e tooldir=$LFS/usr install</userinput>
-</literallayout></blockquote>
+<para>
+<screen>
+<userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;</userinput>
+<userinput>make -e LDFLAGS=-all-static tooldir=$LFS/usr &amp;&amp;</userinput>
+<userinput>make -e tooldir=$LFS/usr install</userinput>
+</screen>
+</para>
</sect2>