linux-stable/arch/arm64/kernel/vdso32
Masahiro Yamada 34688c7691 arm64: 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 commit 691efbedc6 ("arm64: vdso: use $(LD) instead of $(CC)
to link VDSO"), $(LD) is directly used, hence -nostdlib is unneeded.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20211107161802.323125-1-masahiroy@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
2021-11-08 10:02:57 +00:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
Makefile arm64: vdso: remove -nostdlib compiler flag 2021-11-08 10:02:57 +00:00
note.c
vdso.lds.S arm64/vdso: Add time namespace page 2020-07-24 13:15:20 +01:00
vgettimeofday.c arm64: vdso32: Include common headers in the vdso library 2020-03-21 15:24:02 +01:00