Author: xry111
Date: Thu Dec 31 16:40:41 2020
New Revision: 12078

Log:
bc: remove unnecessary CFLAGS variable setting

Modified:
   trunk/BOOK/chapter08/bc.xml

Modified: trunk/BOOK/chapter08/bc.xml
==============================================================================
--- trunk/BOOK/chapter08/bc.xml Thu Dec 31 16:37:16 2020        (r12077)
+++ trunk/BOOK/chapter08/bc.xml Thu Dec 31 16:40:41 2020        (r12078)
@@ -43,7 +43,7 @@
 
     <para>Prepare Bc for compilation:</para>
 
-<screen><userinput remap="configure">PREFIX=/usr CC=gcc CFLAGS="-std=c99" 
./configure.sh -G -O3</userinput></screen>
+<screen><userinput remap="configure">PREFIX=/usr CC=gcc ./configure.sh -G 
-O3</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to