7f3d349065
Currently, the VDSO is being linked through $(CC). This does not match how the rest of the kernel links objects, which is through the $(LD) variable. When linking with clang, there are a couple of warnings about flags that will not be used during the link: clang-12: warning: argument unused during compilation: '-no-pie' [-Wunused-command-line-argument] clang-12: warning: argument unused during compilation: '-pg' [-Wunused-command-line-argument] '-no-pie' was added in commit |
||
---|---|---|
.. | ||
.gitignore | ||
flush_icache.S | ||
getcpu.S | ||
Makefile | ||
note.S | ||
rt_sigreturn.S | ||
so2s.sh | ||
vdso.lds.S | ||
vdso.S | ||
vgettimeofday.c |