mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
bc: remove unnecessary CFLAGS variable setting
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
75aad9b150
commit
4df8426c6b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user