]> Git Repo - J-u-boot.git/commit
efi_loader: suppress executable stack warning
authorHeinrich Schuchardt <[email protected]>
Tue, 12 Jul 2022 06:11:53 +0000 (08:11 +0200)
committerHeinrich Schuchardt <[email protected]>
Wed, 13 Jul 2022 18:07:07 +0000 (20:07 +0200)
commita8d52f9a9b7be90decc6eabae39ec360bda5cd15
treefa42200bcf953f9395c6b2ae71019d8cfdb22d2b
parent868353daa379849953ae30f400536ff61624de54
efi_loader: suppress executable stack warning

When linking EFI binaries the linker emits:

    ld.bfd: warning: lib/efi_loader/efi_crt0.o:
    missing .note.GNU-stack section implies executable stack

Suppress the warning.

Signed-off-by: Heinrich Schuchardt <[email protected]>
scripts/Makefile.lib
This page took 0.032873 seconds and 4 git commands to generate.