commit | eccd86fcf617e3e9d9fcc421ca4f0f2c2ff13e1f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Apr 11 11:21:57 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 20 07:31:12 2021 -0400 |
tree | 6db09e95354b6486841b39bb6a7ec0ecb3525cc1 | |
parent | 09226731dd76bb86306bd39baa0e2a1bcfffba07 [diff] |
x86: correct usage of CFLAGS_NON_EFI The current usage of the variable CFLAGS_NON_EFI on the x86 architecture deviates from other architectures. Variable CFLAGS_NON_EFI is the list of compiler flags to be removed when building UEFI applications. It is not a list of flags to be added anywhere. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>