summaryrefslogtreecommitdiffstats
path: root/rtems/config
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 /rtems/config
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 'rtems/config')
-rw-r--r--rtems/config/tools/rtems-default-tools.bset5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-default-tools.bset b/rtems/config/tools/rtems-default-tools.bset
index 7d273cf..8ec6721 100644
--- a/rtems/config/tools/rtems-default-tools.bset
+++ b/rtems/config/tools/rtems-default-tools.bset
@@ -2,6 +2,11 @@
# Default tools build
#
+# GCC requires a GNU sed so build an internal version if one is not
+# available
+#
+%include textproc/gsed-internal.bset
+
#
# Build gdb first to raise the Python install error as early as
# possible. GDB needs expat so it needs to be built before gdb.