From 4df8426c6b8f145cb4c0c405706c87dc0a0b2315 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 1 Jan 2021 00:40:41 +0000 Subject: bc: remove unnecessary CFLAGS variable setting git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/bc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter08') 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 @@ Prepare Bc for compilation: -PREFIX=/usr CC=gcc CFLAGS="-std=c99" ./configure.sh -G -O3 +PREFIX=/usr CC=gcc ./configure.sh -G -O3 The meaning of the configure options: -- cgit v1.2.3-54-g00ecf