mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
a9fea2fb19
@ -37,15 +37,6 @@ ln -sv usr/libx32 $LFS/libx32</userinput></screen>
|
|||||||
ln -sv usr/lib32 $LFS/lib32
|
ln -sv usr/lib32 $LFS/lib32
|
||||||
ln -sv usr/libx32 $LFS/libx32</userinput></screen>
|
ln -sv usr/libx32 $LFS/libx32</userinput></screen>
|
||||||
|
|
||||||
<note>
|
|
||||||
<para>
|
|
||||||
The above command is correct. The <command>ln</command> command has
|
|
||||||
a few syntactic versions, so be sure to check
|
|
||||||
<command>info coreutils ln</command> and <filename>ln(1)</filename>
|
|
||||||
before reporting what you may think is an error.
|
|
||||||
</para>
|
|
||||||
</note>
|
|
||||||
|
|
||||||
<para>Programs in <xref linkend="chapter-temporary-tools"/> will be compiled
|
<para>Programs in <xref linkend="chapter-temporary-tools"/> will be compiled
|
||||||
with a cross-compiler (more details in section <xref
|
with a cross-compiler (more details in section <xref
|
||||||
linkend="ch-tools-toolchaintechnotes"/>). In order to separate this
|
linkend="ch-tools-toolchaintechnotes"/>). In order to separate this
|
||||||
|
@ -58,6 +58,15 @@ esac</userinput></screen>
|
|||||||
<screen arch="ml_32,ml_x32,ml_all"><userinput remap="pre">ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64
|
<screen arch="ml_32,ml_x32,ml_all"><userinput remap="pre">ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64
|
||||||
ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64/ld-lsb-x86-64.so.3</userinput></screen>
|
ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64/ld-lsb-x86-64.so.3</userinput></screen>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
The above command is correct. The <command>ln</command> command has
|
||||||
|
a few syntactic versions, so be sure to check
|
||||||
|
<command>info coreutils ln</command> and <filename>ln(1)</filename>
|
||||||
|
before reporting what you may think is an error.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
<para>Some of the Glibc programs use the non-FHS compliant
|
<para>Some of the Glibc programs use the non-FHS compliant
|
||||||
<filename class="directory">/var/db</filename> directory to store their
|
<filename class="directory">/var/db</filename> directory to store their
|
||||||
runtime data. Apply the following patch to make such programs store their
|
runtime data. Apply the following patch to make such programs store their
|
||||||
|
Loading…
Reference in New Issue
Block a user