Ignore:
Timestamp:
06/10/2020 08:44:16 PM (4 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, 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:
387a32af
Parents:
67d1e79
Message:

Text updates to cross2 branch Chapter 6

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r67d1e79 rbc8cca5  
    6060<screen><userinput remap="pre">case $(uname -m) in
    6161  x86_64)
    62     sed -e '/m64=/s/lib64/lib/' \
    63         -i.orig gcc/config/i386/t-linux64
     62    sed -e '/m64=/s/lib64/lib/' -i.orig gcc/config/i386/t-linux64
    6463  ;;
    6564esac</userinput></screen>
     
    7574cd       build</userinput></screen>
    7675
    77     <para>Create a symlink that allos libgcc to be built with posix threads
     76    <para>Create a symlink that allows libgcc to be built with posix threads
    7877    support:</para>
    7978
     
    110109        <term><parameter>-with-build-sysroot=$LFS</parameter></term>
    111110        <listitem>
    112           <para>Normally, using <parameter>--host=</parameter> ensures that
     111          <para>Normally, using <parameter>--host</parameter> ensures that
    113112          a cross-compiler is used for building gcc, and that compiler knows
    114113          that it has to look for headers and libraries in <filename
     
    139138<screen><userinput remap="install">make DESTDIR=$LFS install</userinput></screen>
    140139
    141     <para>As a finishing touch, create a symlink. Many programs and scripts
     140    <para>As a finishing touch, create a utility symlink. Many programs and scripts
    142141    run <command>cc</command> instead of <command>gcc</command>, which is
    143142    used to keep programs generic and therefore usable on all kinds of UNIX
Note: See TracChangeset for help on using the changeset viewer.