Changeset db51ee9
- Timestamp:
- 02/26/2022 03:43:12 PM (3 years ago)
- Branches:
- xry111/clfs-ng
- Children:
- 4f2d91dc
- Parents:
- 30ae09bb
- git-author:
- Xi Ruoyao <xry111@…> (12/17/2021 12:09:28 PM)
- git-committer:
- Xi Ruoyao <xry111@…> (02/26/2022 03:43:12 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/glibc.xml
r30ae09bb rdb51ee9 46 46 <para>First, create a symbolic link for LSB compliance. Additionally, 47 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 48 operation of the dynamic library loader. It's needed to adjust the 49 command if you are building LFS for a target other than 32-bit or 50 64-bit x86.</para> 51 52 <screen><userinput remap="pre">case $LFS_TGT in 53 i?86*) ln -sfv ld-linux.so.2 $LFS/lib/ld-lsb.so.3 52 54 ;; 53 x86_64 ) ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib6454 ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64/ld-lsb-x86-64.so.355 x86_64*) ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64 56 ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64/ld-lsb-x86-64.so.3 55 57 ;; 56 58 esac</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.