[rtems-source-builder commit] gcc: Disable makenfo cause newer verisons do not build gcc-4.8 docs.

Chris Johns chrisj at rtems.org
Mon Jul 3 03:38:16 UTC 2017


Module:    rtems-source-builder
Branch:    4.11
Commit:    0a916c3058238377802188ebc3af6b664322d8ba
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=0a916c3058238377802188ebc3af6b664322d8ba

Author:    Chris Johns <chrisj at rtems.org>
Date:      Mon Jul  3 08:22:54 2017 +1000

gcc: Disable makenfo cause newer verisons 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 branches.

Updates #3027.

---

 rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg | 2 ++
 source-builder/config/gcc-common-1.cfg              | 1 +
 2 files changed, 3 insertions(+)

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
diff --git a/source-builder/config/gcc-common-1.cfg b/source-builder/config/gcc-common-1.cfg
index 941e15c..ec81d9b 100644
--- a/source-builder/config/gcc-common-1.cfg
+++ b/source-builder/config/gcc-common-1.cfg
@@ -151,6 +151,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
     --enable-version-specific-runtime-libs \
     --disable-lto \
     --enable-newlib-io-c99-formats \
+    %{?disable_MAKEINFO:MAKEINFO=missing} \
     %{?with_iconv:--enable-newlib-iconv} \
     %{?with_iconv:--enable-newlib-iconv-encodings=%{_newlib_iconv_encodings}} \
     %{?with_threads:--enable-threads}%{!?with_threads:--disable-threads} \




More information about the vc mailing list