diff options
author | Masahiro Yamada <[email protected]> | 2021-11-08 01:26:40 +0900 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2021-12-30 14:08:20 +0100 |
commit | a41f5b78ac5ba65986b31ddc6325a0b8cc8b8864 (patch) | |
tree | 48f29c57e65dadfb4601cf58f96959a2e7c14940 /scripts/bpf_doc.py | |
parent | fc74e0a40e4f9fd0468e34045b0c45bba11dcbb2 (diff) |
x86/vdso: 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.
Since
379d98ddf413 ("x86: vdso: Use $LD instead of $CC to link")
$(LD) is directly used, hence -nostdlib is unneeded.
Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Reviewed-by: Nick Desaulniers <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions