From 474de8b1ab52ad52d8c305a2879f273e213b4602 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 15 Jul 2019 16:12:03 +0000 Subject: Update bc option descriptions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bc.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 154ed5c8f..f78bd270e 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -100,10 +100,17 @@ ln -sfv libncursesw.so.6 /usr/lib/libncurses.so - -G -O3 + -O3 - These parameters specify the optimization to use. Debug symbols - will be retained. + Specify the optimization to use. + + + + + -G + + Omit parts of the test suite that won't work + without a GNU bc present. -- cgit v1.2.3-54-g00ecf