diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2025-02-01 09:25:00 +0100 |
---|---|---|
committer | Ard Biesheuvel <workofard@gmail.com> | 2025-02-01 18:22:48 +0100 |
commit | d844a7eab59882abef3168baf2098ed07a87409d (patch) | |
tree | 2304245ea0649f03e560628261b5939d3e28475a /UefiPayloadPkg | |
parent | 09d4e6f7c7a759703b568a99709163c4cb553473 (diff) | |
download | edk2-d844a7eab59882abef3168baf2098ed07a87409d.tar.gz |
BaseTools/tools_def: Use no-warn-rwx-segments only for GCC5
The command line option --no-warn-rwx-segments was added to the linker
command line for all GCC family builds on ARM and AARCH64, including
CLANGDWARF and GCC49 and older, none of which are intended for use with
linkers that actually understand this option.
So instead, move it to the GCC5 DLINK FLAGS definitions for ARM and
AARCH64 (which are inherited by the versionless GCC which is intended to
replace GCC5 at some point).
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'UefiPayloadPkg')
0 files changed, 0 insertions, 0 deletions