Ignore:
Timestamp:
08/26/2022 12:31:32 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
8b9efe67
Parents:
9334a3f
git-author:
Xi Ruoyao <xry111@…> (08/24/2022 03:29:04 PM)
git-committer:
Xi Ruoyao <xry111@…> (08/26/2022 12:31:32 PM)
Message:

arm64: remove ld.so symlink creation

It's not need for ARM64!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r9334a3f rc18558c  
    4343  <sect2 role="installation">
    4444    <title>Installation of Glibc</title>
    45 
    46     <para>First, create a symbolic link for LSB compliance. Additionally,
    47     for x86_64, create a compatibility symbolic link required for proper
    48     operation of the dynamic library loader:</para>
    49 
    50 <screen><userinput remap="pre">case $(uname -m) in
    51     i?86)   ln -sfv ld-linux.so.2 $LFS/lib/ld-lsb.so.3
    52     ;;
    53     x86_64) ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64
    54             ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64/ld-lsb-x86-64.so.3
    55     ;;
    56 esac</userinput></screen>
    57 
    58     <note>
    59       <para>
    60         The above command is correct.  The <command>ln</command> command has
    61         a few syntactic versions, so be sure to check
    62         <command>info coreutils ln</command> and <filename>ln(1)</filename>
    63         before reporting what you may think is an error.
    64       </para>
    65     </note>
    6645
    6746    <para>Some of the Glibc programs use the non-FHS compliant
Note: See TracChangeset for help on using the changeset viewer.