[PATCH 1/2] Makefile: Link with -z noexectack

Simon Glass sjg at chromium.org
Tue Feb 14 23:46:44 CET 2023


On Tue, 14 Feb 2023 at 13:09, Tom Rini <trini at konsulko.com> wrote:
>
> When moving to gcc-12.2 we started trying to quiet some of the new
> linker warnings, that are not relevant to us. However, a
> misunderstanding of the mechanics at play meant that I intentionally
> omitted passing -z noexecstack to the linker, when we do need to. Add
> this flag and in turn remove warnings from the linker.
>
> Fixes: 1e1c51f8ace8 ("Makefile: link with --no-warn-rwx-segments")
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
>  Makefile | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list