From 71c76d09e841317345ef2e89351347e49fee11a0 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 8 Aug 2017 20:25:23 +1000 Subject: 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. --- rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg') diff --git a/rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg b/rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg index 875dc5c..34af586 100644 --- a/rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg +++ b/rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg @@ -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 -- cgit v1.2.3