aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-08-24 23:29:04 +0800
committerXi Ruoyao <xry111@xry111.site>2022-08-26 20:31:32 +0800
commitc18558ce3373d6ba536c760b42cccc97f16c0e23 (patch)
tree7653f105686e0540dda5441dcd6eabb4f2c1a7aa /chapter05
parent9334a3f2dc1092327c6395a2073ab2b1d9fb8f2b (diff)
arm64: remove ld.so symlink creation
It's not need for ARM64!
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 103fa42c8..c07db65e9 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -43,27 +43,6 @@
<sect2 role="installation">
<title>Installation of Glibc</title>
- <para>First, create a symbolic link for LSB compliance. Additionally,
- for x86_64, create a compatibility symbolic link required for proper
- operation of the dynamic library loader:</para>
-
-<screen><userinput remap="pre">case $(uname -m) in
- 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>
- <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
<filename class="directory">/var/db</filename> directory to store their
runtime data. Apply the following patch to make such programs store their