summaryrefslogtreecommitdiffstats
path: root/source-builder
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-08-08 20:25:23 +1000
committerChris Johns <chrisj@rtems.org>2017-08-09 09:36:12 +1000
commit71c76d09e841317345ef2e89351347e49fee11a0 (patch)
treebc8f5480497071bbbab0427042f192d96ec0df3c /source-builder
parentsb: Fix long path support in copy_tree and removeall path support. (diff)
downloadrtems-source-builder-71c76d09e841317345ef2e89351347e49fee11a0.tar.bz2
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.
Diffstat (limited to 'source-builder')
-rw-r--r--source-builder/config/gcc-common-1.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/source-builder/config/gcc-common-1.cfg b/source-builder/config/gcc-common-1.cfg
index a07e844..c04c243 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 \
%{?with_lto:--enable-lto}%{!?with_lto:--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} \