Thanks, applied as 4ed5009f75e1a8e6559499ccad8364698c571088.

Michael

[sent from post-receive hook]

On Mon, 05 Aug 2024 08:49:40 +0200, Christian Melki 
<[email protected]> wrote:
> Add some useful options to the host build.
> We don't need docs, static, internal builddirs and we don't
> need multi-lib arch discovery via gcc.
> 
> Signed-off-by: Christian Melki <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/host-libffi.make b/rules/host-libffi.make
> index fd97369282fb..41b0e72b48e8 100644
> --- a/rules/host-libffi.make
> +++ b/rules/host-libffi.make
> @@ -18,6 +18,9 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBFFI) += host-libffi
>  HOST_LIBFFI_CONF_TOOL        := autoconf
>  HOST_LIBFFI_CONF_OPT := \
>       $(HOST_AUTOCONF) \
> -     --disable-static
> +     --disable-builddir \
> +     --disable-static \
> +     --disable-docs \
> +     --disable-multi-os-directory
>  
>  # vim: syntax=make

Reply via email to