kbuild: explicitly specify the build id style
ld's --build-id defaults to "sha1" style, while lld defaults to "fast". The build IDs are very different between the two, which may confuse programs that reference them. Signed-off-by:Bill Wendling <morbo@google.com> Acked-by:
David S. Miller <davem@davemloft.net> Signed-off-by:
Masahiro Yamada <masahiroy@kernel.org>
Showing
- Makefile 2 additions, 2 deletionsMakefile
- arch/arm/vdso/Makefile 1 addition, 1 deletionarch/arm/vdso/Makefile
- arch/arm64/kernel/vdso/Makefile 1 addition, 1 deletionarch/arm64/kernel/vdso/Makefile
- arch/arm64/kernel/vdso32/Makefile 1 addition, 1 deletionarch/arm64/kernel/vdso32/Makefile
- arch/mips/vdso/Makefile 1 addition, 1 deletionarch/mips/vdso/Makefile
- arch/riscv/kernel/vdso/Makefile 1 addition, 1 deletionarch/riscv/kernel/vdso/Makefile
- arch/s390/kernel/vdso64/Makefile 1 addition, 1 deletionarch/s390/kernel/vdso64/Makefile
- arch/sparc/vdso/Makefile 1 addition, 1 deletionarch/sparc/vdso/Makefile
- arch/x86/entry/vdso/Makefile 1 addition, 1 deletionarch/x86/entry/vdso/Makefile
- tools/testing/selftests/bpf/Makefile 1 addition, 1 deletiontools/testing/selftests/bpf/Makefile
Loading
Please register or sign in to comment