mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
devel/gcc: Check and build GNU sed if not available on build host
Closes #2300
This commit is contained in:
@@ -165,6 +165,10 @@ URL: http://gcc.gnu.org/
|
||||
%build
|
||||
build_top=$(pwd)
|
||||
|
||||
%if %{defined _internal_gsed_path}
|
||||
export PATH=%{_internal_gsed_path}/bin:$PATH
|
||||
%endif
|
||||
|
||||
%{build_directory}
|
||||
|
||||
mkdir -p ${build_dir}
|
||||
|
Reference in New Issue
Block a user