[PATCH 1/8] dtc: Disable warnings

Joel Sherrill joel at rtems.org
Wed Apr 5 17:27:42 UTC 2023


Looks good.

Does this stop build failures for warnings?

On Tue, Apr 4, 2023 at 8:31 PM <chrisj at rtems.org> wrote:

> From: Chris Johns <chris at contemporary.net.au>
>
> Updates #4892
> ---
>  source-builder/config/dtc-1-1.cfg | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/source-builder/config/dtc-1-1.cfg
> b/source-builder/config/dtc-1-1.cfg
> index 686a1e0..d42e91e 100644
> --- a/source-builder/config/dtc-1-1.cfg
> +++ b/source-builder/config/dtc-1-1.cfg
> @@ -37,7 +37,7 @@ URL:     https://www.devicetree.org/
>
>    %{build_build_flags}
>
> -  %{__make} PREFIX=%{_prefix}
> +  %{__make} PREFIX=%{_prefix} WARNINGS=
>
>    cd ${build_top}
>
> @@ -47,6 +47,6 @@ URL:     https://www.devicetree.org/
>    rm -rf $SB_BUILD_ROOT
>
>    cd dtc-%{dtc_version}
> -  %{__make} DESTDIR=$SB_BUILD_ROOT PREFIX=%{_prefix} install
> +  %{__make} DESTDIR=$SB_BUILD_ROOT PREFIX=%{_prefix} WARNINGS= install
>
>    cd ${build_top}
> --
> 2.37.1
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20230405/81fba93c/attachment.htm>


More information about the devel mailing list