diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-08-13 17:28:33 +0200 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2021-08-13 17:28:33 +0200 |
commit | c84c636c1b9a03c935b95918ccc537c88a1c78f2 (patch) | |
tree | dd4e06984a1694198ca3f019aa92d64db9d63586 | |
parent | 3330d51805bbb8dc71d1e828c7db042103b22cb9 (diff) | |
parent | d0204e44b8190db2882c4bf0d511ab45519abb4f (diff) |
Automatic merge of trunk into multilib
-rw-r--r-- | chapter08/stripping.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/stripping.xml b/chapter08/stripping.xml index fe2a27b33..da029346d 100644 --- a/chapter08/stripping.xml +++ b/chapter08/stripping.xml @@ -47,7 +47,7 @@ <!-- also of interest are libgfortan, libgo, libgomp, and libobjc from GCC --> <!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"--> - <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld_linux*) + <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*) libc.so.6 libthread_db.so.1 libquadmath.so.&libquadmath-version; |