summaryrefslogtreecommitdiffstats
path: root/bare
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-09-14 16:38:37 +1000
committerChris Johns <chrisj@rtems.org>2022-09-14 16:56:25 +1000
commit468fc79e8c7c8076e8b65be82ba2009e41dd6c8e (patch)
tree7cda80048a335af5f17696a91dcf55d4f68181cd /bare
parenttextproc/gsed: Add GNU sed build support (diff)
downloadrtems-source-builder-468fc79e8c7c8076e8b65be82ba2009e41dd6c8e.tar.bz2
devel/gcc: Check and build GNU sed if not available on build host
Closes #2300
Diffstat (limited to 'bare')
-rw-r--r--bare/config/devel/gnu-default-tools.bset6
1 files changed, 6 insertions, 0 deletions
diff --git a/bare/config/devel/gnu-default-tools.bset b/bare/config/devel/gnu-default-tools.bset
index dab8c5e..f038352 100644
--- a/bare/config/devel/gnu-default-tools.bset
+++ b/bare/config/devel/gnu-default-tools.bset
@@ -7,6 +7,12 @@
%define gcc_version_message RTEMS bare %{rtems_version}, RSB %{_sbgit_id}, Newlib %{newlib_version}
#
+# GCC requires a GNU sed so build an internal version if one is not
+# available
+#
+%include textproc/gsed-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.
#