|
@@ -55,7 +55,7 @@ dynamic linker. A <command>perl</command> command accomplishes this:</para>
|
|
|
|
|
|
<screen><userinput>perl -pi -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g;' \
|
|
<screen><userinput>perl -pi -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g;' \
|
|
-e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' \
|
|
-e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' \
|
|
- `gcc --print-file specs`</userinput></screen>
|
|
|
|
|
|
+ `gcc -print-file-name=specs`</userinput></screen>
|
|
|
|
|
|
<para>It is a good idea to visually inspect the specs file to verify the intended
|
|
<para>It is a good idea to visually inspect the specs file to verify the intended
|
|
change was actually made.</para>
|
|
change was actually made.</para>
|