gcc: Disable makeinfo cause newer versions do not build gcc-4.8 docs.

Newer makeinfo tools cannot build the existing texinfo in gcc so
disable building it. This will not be fixed on the gcc branch.

Updates #3027.
This commit is contained in:
Chris Johns
2017-08-08 20:25:23 +10:00
parent 4578e0ac47
commit 71c76d09e8
2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,8 @@
%define with_threads 1
%define with_plugin 0
%define disable_MAKEINFO 1
%ifn %{defined with_iconv}
%define with_iconv 1
%endif