|
@@ -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
|
|
|
|
-Binutils that all programs should be statically linked. Setting the
|
|
|
|
-<emphasis>LDFLAGS</emphasis> variable is the common way of specifying we
|
|
|
|
|
|
+<para>The meaning of the make option is:</para>
|
|
|
|
+
|
|
|
|
+<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>
|
|
|
|
|