diff options
author | Tom Rini <trini@konsulko.com> | 2023-02-14 15:09:31 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-23 13:29:19 -0500 |
commit | 57450d8661b3ec2e6b6f1d938e59f426cafb06d2 (patch) | |
tree | b61f672884414152ec0e6b590af98bb6dcecff3d /test/py/u_boot_console_exec_attach.py | |
parent | 511a1303c9cf9663c7d4312e3a0693319f41095b (diff) |
Makefile: Link with -z noexectack
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@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/py/u_boot_console_exec_attach.py')
0 files changed, 0 insertions, 0 deletions