diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-01-01 00:40:41 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-01-01 00:40:41 +0000 |
commit | 4df8426c6b8f145cb4c0c405706c87dc0a0b2315 (patch) | |
tree | 09ef21e84cc508b50fa6f9638f5f02c12aac989c | |
parent | 75aad9b15062115768122dcd717d720174f68442 (diff) |
bc: remove unnecessary CFLAGS variable setting
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter08/bc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/bc.xml b/chapter08/bc.xml index a499937e3..314623d76 100644 --- a/chapter08/bc.xml +++ b/chapter08/bc.xml @@ -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> |