On Mon, Nov 08, 2021 at 01:21:11AM +0900, Masahiro Yamada wrote: > 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 2b2a25845d53 ("s390/vdso: Use $(LD) instead of $(CC) to > link vDSO"), $(LD) is directly used, hence -nostdlib is unneeded. > > Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx> > --- > > arch/s390/kernel/vdso32/Makefile | 2 +- > arch/s390/kernel/vdso64/Makefile | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks!