diff options
Diffstat (limited to 'chapter08/stripping.xml')
-rw-r--r-- | chapter08/stripping.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/stripping.xml b/chapter08/stripping.xml index b7b983d73..83f7545fd 100644 --- a/chapter08/stripping.xml +++ b/chapter08/stripping.xml @@ -49,8 +49,9 @@ (The related entry in <xref linkend="pkgmgmt-upgrade-issues"/> gives the rationale for using the <command>install</command> command here.)</para> - <note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems - and ld-linux.so.2 on 32-bit systems. The construct below selects the + <note><para>The ELF loader's name is ld-linux-aarch64.so.1 on + little-endian systems and ld-linux-aarch64_be.so.1 on big-endian systems. + The construct below selects the correct name for the current architecture, excluding anything ending with <quote>g</quote>, in case the commands below have already been run.</para></note> |