summaryrefslogtreecommitdiff
path: root/rtems/config/tools/rtems-default-tools.bset
diff options
context:
space:
mode:
Diffstat (limited to 'rtems/config/tools/rtems-default-tools.bset')
-rw-r--r--rtems/config/tools/rtems-default-tools.bset11
1 files changed, 9 insertions, 2 deletions
diff --git a/rtems/config/tools/rtems-default-tools.bset b/rtems/config/tools/rtems-default-tools.bset
index b81f1e8..a9e0bd0 100644
--- a/rtems/config/tools/rtems-default-tools.bset
+++ b/rtems/config/tools/rtems-default-tools.bset
@@ -6,15 +6,22 @@
# available
#
%define _internal_gsed_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
-textproc/gsed-internal
+%defineifnot with_rtems_gmp textproc/gsed-internal
+
+# GNU tools need texinfo for makeinfo to build documentation
+%define _intxernal_texinfo_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
+%defineifnot with_rtems_texinfo print/texinfo-internal
#
# Build gdb first to raise the Python install error as early as
-# possible. GDB needs expat so it needs to be built before gdb.
+# possible.
+#
+# GCC and GDB need GMP.
#
%{with_rtems_dtc}
%{with_rtems_expat}
%{with_rtems_gmp}
+%{with_rtems_texinfo}
%{with_rtems_gdb}
%{with_rtems_binutils}
%{with_rtems_gcc}