Home
last modified time | relevance | path

Searched hist:"9102 fa34604159642625f42d7f801f1e04d9ca12" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/purgatory/
H A DMakefilediff 9102fa34604159642625f42d7f801f1e04d9ca12 Sun Nov 07 17:26:41 CET 2021 Masahiro Yamada <masahiroy@kernel.org> x86/purgatory: Remove -nostdlib compiler flag

The -nostdlib option requests the compiler to not use the standard
system startup files or libraries when linking. It is effective only
when $(CC) is used as a linker driver.

$(LD) is directly used for linking purgatory.{ro,chk} here, hence
-nostdlib is unneeded.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Link: https://lore.kernel.org/r/20211107162641.324688-2-masahiroy@kernel.org