Changeset 5e06d04 for chapter08/bc.xml


Ignore:
Timestamp:
02/01/2021 08:37:19 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
f695e02
Parents:
3e73c5d
Message:

Merge changes from trunk to multilib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bc.xml

    r3e73c5d r5e06d04  
    4242    <title>Installation of Bc</title>
    4343
     44    <para>First, fix an error in the configure script::</para>
     45
     46<screen><userinput remap="pre">sed -i '612d' configure.sh</userinput></screen>
     47
    4448    <para>Prepare Bc for compilation:</para>
    4549
    46 <screen><userinput remap="configure">PREFIX=/usr CC=gcc CFLAGS="-std=c99" ./configure.sh -G -O3</userinput></screen>
     50<screen><userinput remap="configure">PREFIX=/usr CC=gcc ./configure.sh -G -O3</userinput></screen>
    4751
    4852    <variablelist>
     
    5054
    5155      <varlistentry>
    52         <term><parameter>CC=gcc CFLAGS="-std=c99"</parameter></term>
     56        <term><parameter>CC=gcc"</parameter></term>
    5357        <listitem>
    54           <para>These parameters specify the compiler and the C standard to use.</para>
     58          <para>These parameters specify the compiler to use.</para>
    5559        </listitem>
    5660      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.