Ignore:
Timestamp:
04/05/2016 07:23:02 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
98bed7f
Parents:
6934b62
Message:

Remove obsolete note about iconv() in Chapter 6 Glibc.
Minor adjustments to text in the same section.

Add a note about UEFI and Secure Boot to Chapter 8
"Using GRUB to Set Up the Boot Process".

Add notes about paths for 64-bit systems in
Chapter 6 "Adjusting the Toolchain".
+

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11043 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/adjusting.xml

    r6934b62 rd730742  
    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.