diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-08 08:46:19 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-08 08:46:19 +0000 |
commit | 26386ea611ac1242125b3fe95aa589039ce62225 (patch) | |
tree | 64bd57a7da08c561313c1f37d91970f9f7504ba2 /chapter06/bison.xml | |
parent | f1d2b69cdb17dd61c51417d64752ff486bb58051 (diff) |
Upgrade to Bison-2.4.3. Fixes #2732.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9353 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 35b9ff7e4..ee890bef1 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -40,11 +40,6 @@ <sect2 role="installation"> <title>Installation of Bison</title> - <para>Fix an issue with the testsuite, which doesn't correctly handle - certain output from GCC-&gcc-version;:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&bison-gcc-patch;</userinput></screen> - <para>Prepare Bison for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |