Searched hist:bdbf2038 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/mips/vdso/ |
H A D | Makefile | bdbf2038 Sun Nov 07 10:19:38 CST 2021 Masahiro Yamada <masahiroy@kernel.org> MIPS: 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 2ff906994b6c ("MIPS: 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> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
|