Ignore:
Timestamp:
11/04/2022 07:03:33 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib, xry111/multilib
Children:
381c8a7
Parents:
90fcd12 (diff), 5156c400 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    r90fcd12 r5f3a328  
    120120        <listitem>
    121121          <para>This ensures that Ncurses does not build support for the Ada
    122           compiler which may be present on the host but will not be available
     122          compiler, which may be present on the host but will not be available
    123123          once we enter the <command>chroot</command> environment.</para>
    124124        </listitem>
     
    128128        <term><parameter>--disable-stripping</parameter></term>
    129129        <listitem>
    130           <para>This switch prevents the building system from stripping
    131           the programs using <command>strip</command> program from the host.
    132           Using host tools on cross-compiled program can cause failure.</para>
     130          <para>This switch prevents the building system from
     131          using the <command>strip</command> program from the host.
     132          Using host tools on cross-compiled programs can cause failure.</para>
    133133        </listitem>
    134134      </varlistentry>
     
    170170        <term><parameter>TIC_PATH=$(pwd)/build/progs/tic</parameter></term>
    171171        <listitem>
    172           <para>We need to pass the path of the just built
    173           <command>tic</command> able to run on the building machine, so that
     172          <para>We need to pass the path of the newly built
     173          <command>tic</command> program that runs on the building machine, so
    174174          the terminal database can be created without errors.</para>
    175175        </listitem>
Note: See TracChangeset for help on using the changeset viewer.