cross-ng: Resolve a '.' vs '"' issue

This commit is contained in:
Xi Ruoyao 2024-07-01 15:00:08 +08:00
parent e4b4c5a0b1
commit 2b63974186
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -42,9 +42,10 @@
<title>Installation of GCC</title>
<para>For x86_64 target, set the default directory name for
64-bit libraries to <quote>lib</quote>. The command is unnecessary,
but harmless for 32-bit x86. If you are building for another target,
you may need to adjust the command for your target.</para>
64-bit libraries to <filename class='directory'>lib</filename>. The
command is unnecessary, but harmless for 32-bit x86. If you are
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/' \
-i.orig gcc/config/i386/t-linux64</userinput></screen>