Ignore:
Timestamp:
04/07/2016 09:56:11 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Children:
ed17c23
Parents:
68c0a30
Message:

Add a caution in the gmp section about possible Illegal Instruction errors if the host is misidentified or the libraries are copied to different systems. Merged from trunk r11044.

Remove obsolete note about iconv() in Chapter 6 Glibc. Merged from trunk r11043.

Add a note about UEFI and Secure Boot systems to the GRUB page. Merged from trunk r11043.

Add notes about paths for 64-bit systems in the Adjusting the Toolchain page. Merged from trunk r11043.

Update to linux-4.5. Merged from trunk r11042.

Update to grep-2.24. Merged from trunk r11042.

Update to expat-2.1.1. Merged from trunk r11042.

Update to tzdata2016c. Merged from trunk r11042.

Update to iproute2-4.5.0. Merged from trunk r11042.

Update to man-pages-4.05. Merged from trunk r11042.

Update to gzip-1.7. Merged from trunk r11042.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/adjusting.xml

    r68c0a30 r0376c98  
    5656  the prefix of our dynamic linker.</para>
    5757
     58  <note><para>On 64-bit systems the interpreter should be
     59  /lib64/ld-linux-x86-64.so.2.</para></note>
     60
    5861  <para os="d">Now make sure that we're setup to use the correct start files:</para>
    5962
     
    6568/usr/lib/crti.o succeeded
    6669/usr/lib/crtn.o succeeded</computeroutput></screen>
     70
     71  <note><para>On 64-bit systems, the path above will be
     72  /usr/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64/. This
     73  reduces to /usr/lib64 and /usr/lib64 is a symlink that points to
     74  /usr/lib.</para></note>
    6775
    6876  <para os="g">Verify that the compiler is searching for the correct header
Note: See TracChangeset for help on using the changeset viewer.