From 468fc79e8c7c8076e8b65be82ba2009e41dd6c8e Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 14 Sep 2022 16:38:37 +1000 Subject: devel/gcc: Check and build GNU sed if not available on build host Closes #2300 --- rtems/config/tools/rtems-default-tools.bset | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rtems/config') 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. -- cgit v1.2.3