diff options
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index def441043..238d4174f 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -40,6 +40,11 @@ <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> |