summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2023-04-15 08:53:53 +1000
committerChris Johns <chrisj@rtems.org>2023-04-15 08:53:53 +1000
commitc5749318d8955ad193b0696e64c866c97800f591 (patch)
treed4a01e40201c2da3cee5bdbd8342c36d187af6ca /rtems/config/tools
parentprint/texinfo: Add texinfo package (diff)
downloadrtems-source-builder-c5749318d8955ad193b0696e64c866c97800f591.tar.bz2
rtems: Add back gsed that was remove by mistake
- Build GNU sed for hosts that it is not installed on for the MIPS tools.
Diffstat (limited to 'rtems/config/tools')
-rw-r--r--rtems/config/tools/rtems-default-tools.bset3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtems/config/tools/rtems-default-tools.bset b/rtems/config/tools/rtems-default-tools.bset
index 0291786..35c9235 100644
--- a/rtems/config/tools/rtems-default-tools.bset
+++ b/rtems/config/tools/rtems-default-tools.bset
@@ -6,7 +6,7 @@
# available
#
%define _internal_gsed_path %{_tmpinternal}
-%defineifnot with_rtems_gmp textproc/gsed-internal
+%defineifnot with_rtems_gsed textproc/gsed-internal
# GNU tools need texinfo for makeinfo to build documentation
%define _internal_texinfo_path %{_tmpinternal}
@@ -21,6 +21,7 @@
%{with_rtems_dtc}
%{with_rtems_expat}
%{with_rtems_gmp}
+%{with_rtems_gsed}
%{with_rtems_texinfo}
%{with_rtems_gdb}
%{with_rtems_binutils}