mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
White space reduction in instruction blocks.
This commit is contained in:
parent
cc36837f7e
commit
f6dbeeb1d3
@ -70,10 +70,10 @@ cd build</userinput></screen>
|
||||
|
||||
<screen><userinput remap="configure">../configure --prefix=/usr \
|
||||
--disable-werror \
|
||||
--enable-kernel=&min-kernel; \
|
||||
--enable-stack-protector=strong \
|
||||
--disable-nscd \
|
||||
libc_cv_slibdir=/usr/lib</userinput></screen>
|
||||
--enable-kernel=&min-kernel;\
|
||||
libc_cv_slibdir=/usr/lib \
|
||||
--enable-stack-protector=strong</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the configure options:</title>
|
||||
|
@ -63,7 +63,7 @@
|
||||
|
||||
<para>Prepare Libffi for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--with-gcc-arch=native</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user