|
@@ -105,7 +105,7 @@ cd ../binutils-build</userinput></screen>
|
|
|
later on:</para>
|
|
|
|
|
|
<screen><userinput>make -C ld clean
|
|
|
-make -C ld LDFLAGS="-s" LIB_PATH=/tools/lib
|
|
|
+make -C ld LIB_PATH=/tools/lib
|
|
|
cp -v ld/ld-new /tools/bin</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
@@ -121,12 +121,10 @@ cp -v ld/ld-new /tools/bin</userinput></screen>
|
|
|
</varlistentry>
|
|
|
|
|
|
<varlistentry>
|
|
|
- <term><parameter>-C ld LDFLAGS="-s" LIB_PATH=/tools/lib</parameter></term>
|
|
|
+ <term><parameter>-C ld LIB_PATH=/tools/lib</parameter></term>
|
|
|
<listitem>
|
|
|
<para>This option rebuilds everything in the <filename
|
|
|
- class="directory">ld</filename> subdirectory. The
|
|
|
- <envar>LDFLAGS</envar> variable will build a static version of
|
|
|
- <command>ld</command>. Specifying the
|
|
|
+ class="directory">ld</filename> subdirectory. Specifying the
|
|
|
<envar>LIB_PATH</envar> Makefile variable on the command line
|
|
|
allows us to override the default value and point it to the
|
|
|
temporary tools location. The value of this variable specifies
|