Ignore:
Timestamp:
02/25/2022 08:47:36 PM (3 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
9c0b35a
Parents:
b0a6b0c
Message:

Initial LFS-ARM book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    rb0a6b0c r460f575  
    5050    -i sysdeps/unix/sysv/linux/mq_notify.c</userinput></screen>
    5151-->
     52
    5253    <para>Some of the Glibc programs use the non-FHS compliant
    5354    <filename class="directory">/var/db</filename> directory to store
     
    140141<!-- Use remap="make" here to work around a jhalfs issue. -->
    141142<!--<screen><userinput remap="make">case $(uname -m) in
    142   i?86)   ln -sfnv $PWD/elf/ld-linux.so.2        /lib ;;
    143   x86_64) ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib ;;
     143  arm*)   ln -sfnv $PWD/elf/ld-linux-armhf.so.3        /lib ;;
     144  aarch64) ln -sfnv $PWD/elf/ld-linux-aarch64.so.1 /lib ;;
    144145esac</userinput></screen>
    145146
     
    434435
    435436    <para>By default, the dynamic loader (<filename
    436     class="libraryfile">/lib/ld-linux.so.2</filename>) searches through
     437    class="libraryfile">/lib/ld-linux-armhf.so.3
     438    /lib/ld-linux-aarch64.so.1</filename>) searches through
    437439    <filename class="directory">/lib</filename> and <filename
    438440    class="directory">/usr/lib</filename> for dynamic libraries that are
     
    483485        <seg>gencat, getconf, getent, iconv, iconvconfig, ldconfig,
    484486        ldd, lddlibc4,
    485         ld.so (symlink to ld-linux-x86-64.so.2 or ld-linux.so.2),
    486         locale, localedef, makedb, mtrace, nscd,
     487        locale, localedef, makedb, mtrace, ncsd,
    487488        pcprofiledump, pldd, sln, sotruss, sprof, tzselect, xtrace,
    488489        zdump, and zic</seg>
    489         <seg>ld-linux-x86-64.so.2, ld-linux.so.2,
     490        <seg>ld-linux-aarch64.so.1 or ld-linux{,-armhf}.so.3,
    490491        libBrokenLocale.{a,so}, libanl.{a,so},
    491492        libc.{a,so}, libc_nonshared.a, libc_malloc_debug.so,
Note: See TracChangeset for help on using the changeset viewer.