Changeset 77d2cd8d for chapter08


Ignore:
Timestamp:
06/13/2020 08:55:55 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
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, 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:
aea20b5
Parents:
ad15abd
Message:
  • fix some gcc->GCC
  • remove commented text in glibc (chap 5), and fix a directory location

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

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libffi.xml

    rad15abd r77d2cd8d  
    6161        <term><parameter>--with-gcc-arch=native</parameter></term>
    6262        <listitem>
    63           <para>Ensure gcc optimizes for the current system.  If this
     63          <para>Ensure GCC optimizes for the current system.  If this
    6464          is not specified, the system is guessed and the code generated
    6565          may not be correct for some systems.  If the generated code
     
    6868          about alternative system types, see <ulink
    6969          url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'>
    70           the x86 options in the gcc manual</ulink>.</para>
     70          the x86 options in the GCC manual</ulink>.</para>
    7171        </listitem>
    7272      </varlistentry>
  • chapter08/strippingagain.xml

    rad15abd r77d2cd8d  
    3131  </para>
    3232
    33 <!-- also of interest are libgfortan, libgo, libgomp, and libobjc from gcc -->
     33<!-- also of interest are libgfortan, libgo, libgomp, and libobjc from GCC -->
    3434
    3535<!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"-->
Note: See TracChangeset for help on using the changeset viewer.