mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
cross-ng: Resolve a '.' vs '"' issue
This commit is contained in:
parent
e4b4c5a0b1
commit
2b63974186
@ -42,9 +42,10 @@
|
|||||||
<title>Installation of GCC</title>
|
<title>Installation of GCC</title>
|
||||||
|
|
||||||
<para>For x86_64 target, set the default directory name for
|
<para>For x86_64 target, set the default directory name for
|
||||||
64-bit libraries to <quote>lib</quote>. The command is unnecessary,
|
64-bit libraries to <filename class='directory'>lib</filename>. The
|
||||||
but harmless for 32-bit x86. If you are building for another target,
|
command is unnecessary, but harmless for 32-bit x86. If you are
|
||||||
you may need to adjust the command for your target.</para>
|
building for another target, you may need to adjust the command for
|
||||||
|
your target:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -e '/m64=/s/lib64/lib/' \
|
<screen><userinput remap="pre">sed -e '/m64=/s/lib64/lib/' \
|
||||||
-i.orig gcc/config/i386/t-linux64</userinput></screen>
|
-i.orig gcc/config/i386/t-linux64</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user