[PATCH] testproc/gsed: fix compilation of GNU sed on Mac OS X

Chris Johns chrisj at rtems.org
Sun Oct 23 21:45:17 UTC 2022


Looks good. Ok to push.

Thanks
Chris

On 24/10/2022 8:36 am, Karel Gardas wrote:
> GNU sed compiles on Mac OS X fine, but without providing --host/--build
> configure options. Hence removing them solved the issue of configure
> not being able to recognize arm64-darwin platform.
> ---
>  source-builder/config/gsed-1.cfg | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/source-builder/config/gsed-1.cfg b/source-builder/config/gsed-1.cfg
> index 828da50..87eb0fb 100644
> --- a/source-builder/config/gsed-1.cfg
> +++ b/source-builder/config/gsed-1.cfg
> @@ -86,7 +86,6 @@ URL: 	   https://www.gnu.org/software/sed/
>      --mandir=%{gsed_mandir} \
>      --infodir=%{gsed_infodir} \
>      --datadir=%{gsed_datadir} \
> -    --build=%{_build} --host=%{_host}
>  
>    %{__make} %{?_smp_mflags} all
>  


More information about the devel mailing list