mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-09 04:55:37 +01:00
loongarch: Adapt ld.so symlink creation
This commit is contained in:
parent
8ec5b5370d
commit
1c09ae8838
@ -43,17 +43,10 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Glibc</title>
|
<title>Installation of Glibc</title>
|
||||||
|
|
||||||
<para>First, create a symbolic link for LSB compliance. Additionally,
|
<para>Create a compatibility symbolic link required for proper
|
||||||
for x86_64, create a compatibility symbolic link required for proper
|
|
||||||
operation of the dynamic library loader:</para>
|
operation of the dynamic library loader:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">case $(uname -m) in
|
<screen><userinput remap="pre">ln -sfv ../lib/ld-linux-loongarch-lp64d.so.1 $LFS/lib64</userinput></screen>
|
||||||
i?86) ln -sfv ld-linux.so.2 $LFS/lib/ld-lsb.so.3
|
|
||||||
;;
|
|
||||||
x86_64) 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
|
|
||||||
;;
|
|
||||||
esac</userinput></screen>
|
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user