Changeset ceebda5 for chapter08/bc.xml


Ignore:
Timestamp:
03/31/2021 10:41:41 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
61385ca
Parents:
eef83ea
git-author:
Thomas Trepl <thomas@…> (03/30/2021 08:47:28 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:41 AM)
Message:

Merge changes from trunk to multilib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bc.xml

    reef83ea rceebda5  
    4444    <para>Prepare Bc for compilation:</para>
    4545
    46 <screen><userinput remap="configure">PREFIX=/usr CC=gcc ./configure.sh -G -O3</userinput></screen>
     46<screen><userinput remap="configure">CC=gcc ./configure --prefix=/usr -G -O3</userinput></screen>
    4747
    4848    <variablelist>
     
    5050
    5151      <varlistentry>
    52         <term><parameter>CC=gcc"</parameter></term>
     52        <term><parameter>CC=gcc</parameter></term>
    5353        <listitem>
    54           <para>These parameters specify the compiler to use.</para>
     54          <para>This parameter specifies the compiler to use.</para>
    5555        </listitem>
    5656      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.