Searched hist:ce279d374ff315264efcbcef75cc21b9fef8b36f (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | Makefile | diff ce279d374ff315264efcbcef75cc21b9fef8b36f Mon Jul 30 13:31:18 CDT 2018 Laura Abbott <labbott@redhat.com> efi/libstub: Only disable stackleak plugin for arm64
arm64 uses the full KBUILD_CFLAGS for building libstub as opposed to x86 which doesn't. This means that x86 doesn't pick up the gcc-plugins. We need to disable the stackleak plugin but doing this unconditionally breaks x86 build since it doesn't have any plugins. Switch to disabling the stackleak plugin for arm64 only.
Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
|