mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
reworded for consistency reasons
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2308 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ce14c07064
commit
90423c0944
@ -26,7 +26,7 @@ following command:</para>
|
|||||||
<para><screen><userinput>./configure --enable-static-link \
|
<para><screen><userinput>./configure --enable-static-link \
|
||||||
--prefix=$LFS/static --with-curses</userinput></screen></para>
|
--prefix=$LFS/static --with-curses</userinput></screen></para>
|
||||||
|
|
||||||
<para>The meaning of the configure switches are:</para>
|
<para>The meaning of the configure options are:</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para><userinput>--enable-static-link:</userinput> This option
|
<listitem><para><userinput>--enable-static-link:</userinput> This option
|
||||||
|
@ -34,13 +34,17 @@ statically.</para></listitem>
|
|||||||
<para><screen><userinput>make LDFLAGS="-all-static" &&
|
<para><screen><userinput>make LDFLAGS="-all-static" &&
|
||||||
make install</userinput></screen></para>
|
make install</userinput></screen></para>
|
||||||
|
|
||||||
<para><emphasis>make LDFLAGS="-all-static"</emphasis> is how we tell
|
<para>The meaning of the make option is:</para>
|
||||||
Binutils that all programs should be statically linked. Setting the
|
|
||||||
<emphasis>LDFLAGS</emphasis> variable is the common way of specifying we
|
<itemizedlist>
|
||||||
|
<listitem><para><userinput>make LDFLAGS="-all-static":</userinput> This is
|
||||||
|
how we tell Binutils that all programs should be statically linked. Setting
|
||||||
|
the <emphasis>LDFLAGS</emphasis> variable is the common way of specifying we
|
||||||
want a static link to take place, however, its value and the way it is set
|
want a static link to take place, however, its value and the way it is set
|
||||||
is not always the same. You'll see with the remaining packages that there
|
is not always the same. You'll see with the remaining packages that there
|
||||||
are different ways of setting up the <emphasis>LDFLAGS</emphasis>
|
are different ways of setting up the <emphasis>LDFLAGS</emphasis>
|
||||||
variable.</para>
|
variable.</para></listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ you change the translation source files (the <filename>*.po</filename>
|
|||||||
files in the <filename class="directory">po</filename> subdirectory) which
|
files in the <filename class="directory">po</filename> subdirectory) which
|
||||||
would require you to re-generate the binary files.</para>
|
would require you to re-generate the binary files.</para>
|
||||||
|
|
||||||
<para>The meaning of the configure switches are:</para>
|
<para>The meaning of the configure options are:</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para><userinput>--disable-profile:</userinput> This disables the
|
<listitem><para><userinput>--disable-profile:</userinput> This disables the
|
||||||
|
Loading…
Reference in New Issue
Block a user