Changeset 3ecf6ae for chapter06


Ignore:
Timestamp:
08/01/2023 08:49:01 PM (11 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
72e10c9
Parents:
6f86139 (diff), be5b2e0 (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:

Merge branch 'trunk' into multilib

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/diffutils.xml

    r6f86139 r3ecf6ae  
    4646    <para>Prepare Diffutils for compilation:</para>
    4747
    48 <screen><userinput remap="configure">./configure --prefix=/usr --host=$LFS_TGT</userinput></screen>
     48    <screen><userinput remap="configure">./configure --prefix=/usr   \
     49            --host=$LFS_TGT \
     50            --build=$(./build-aux/config.guess)</userinput></screen>
    4951
    5052    <para>Compile the package:</para>
  • chapter06/grep.xml

    r6f86139 r3ecf6ae  
    4646    <para>Prepare Grep for compilation:</para>
    4747
    48 <screen><userinput remap="configure">./configure --prefix=/usr   \
    49             --host=$LFS_TGT</userinput></screen>
     48    <screen><userinput remap="configure">./configure --prefix=/usr   \
     49            --host=$LFS_TGT \
     50            --build=$(./build-aux/config.guess)</userinput></screen>
    5051
    5152    <para>Compile the package:</para>
  • chapter06/sed.xml

    r6f86139 r3ecf6ae  
    4646    <para>Prepare Sed for compilation:</para>
    4747
    48 <screen><userinput remap="configure">./configure --prefix=/usr   \
    49             --host=$LFS_TGT</userinput></screen>
     48    <screen><userinput remap="configure">./configure --prefix=/usr   \
     49            --host=$LFS_TGT \
     50            --build=$(./build-aux/config.guess)</userinput></screen>
    5051
    5152    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.