mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
bf40167d54
The compiler is smart enough to insert a call to memset() in
riscv_vdso_get_cpus(), which generates a dynamic relocation.
So prevent this by using -fno-builtin option.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
flush_icache.S | ||
gen_vdso_offsets.sh | ||
getcpu.S | ||
hwprobe.c | ||
Makefile | ||
note.S | ||
rt_sigreturn.S | ||
sys_hwprobe.S | ||
vdso.lds.S | ||
vdso.S | ||
vgettimeofday.c |