aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/bc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-02-02 16:15:16 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-02-02 16:15:16 +0000
commit305ab2a4faa4f3c6a83fc9c3c9f18101bbb2672f (patch)
treec9380e420318c2e75dcb92d8ad26461960d5eb66 /chapter08/bc.xml
parent5ddb2ead5e4acb3f89739905305cde2429119717 (diff)
Update to bc-3.2.6.
Update to glibc-2.33. Minor change to mountfs boot script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/bc.xml')
-rw-r--r--chapter08/bc.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/bc.xml b/chapter08/bc.xml
index b116fe10e..dfff0364f 100644
--- a/chapter08/bc.xml
+++ b/chapter08/bc.xml
@@ -41,10 +41,6 @@
<sect2 role="installation">
<title>Installation of Bc</title>
- <para>First, fix an error in the configure script::</para>
-
-<screen><userinput remap="pre">sed -i '612d' configure.sh</userinput></screen>
-
<para>Prepare Bc for compilation:</para>
<screen><userinput remap="configure">PREFIX=/usr CC=gcc ./configure.sh -G -O3</userinput></screen>