Ignore:
Timestamp:
09/29/2015 09:27:18 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
7.9-systemd
Children:
6eb40d4
Parents:
102c4bb6
Message:

Update to util-linux-2.27
Update to linux-4.2
Update to iproute2-4.2.0
Refresh SBU values and build sizes
Remove unnecessary sed in e2fsprogs
Provide ncurses non-wide-character libraries for version 5
Add additional discussion about copying systems
Fix a warning in the GCC compiler tests
Several typo fixes and additional clarification.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r102c4bb6 rdbc347c5  
    192192    expected. To perform a sanity check, run the following commands:</para>
    193193
    194 <screen><userinput>echo 'main(){}' &gt; dummy.c
     194<screen><userinput>echo 'int main(){}' &gt; dummy.c
    195195$LFS_TGT-gcc dummy.c
    196196readelf -l a.out | grep ': /tools'</userinput></screen>
     
    201201<screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen>
    202202
    203     <para>Note that <filename class="directory">/tools/lib</filename>, or
    204     <filename class="directory">/tools/lib64</filename> for 64-bit machines
    205     appears as the prefix of the dynamic linker.</para>
     203    <para>Note that for 64-bit machines, the interpreter name will be
     204    <filename>/tools/lib64/ld-linux-x86-64.so.2</filename>.</para>
    206205
    207206    <para>If the output is not shown as above or there was no output at all,
Note: See TracChangeset for help on using the changeset viewer.