]> git.ipfire.org Git - thirdparty/linux.git/commit - Makefile
kbuild: explicitly specify the build id style
authorBill Wendling <morbo@google.com>
Tue, 22 Sep 2020 23:21:40 +0000 (16:21 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 9 Oct 2020 14:57:30 +0000 (23:57 +0900)
commita968433723310f35898b4a2f635a7991aeef66b1
tree27bc9ae9916d55f2ccb9bec2afbd5aa0f9ecb678
parent548b8b5168c90c42e88f70fcf041b4ce0b8e7aa8
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>
Makefile
arch/arm/vdso/Makefile
arch/arm64/kernel/vdso/Makefile
arch/arm64/kernel/vdso32/Makefile
arch/mips/vdso/Makefile
arch/riscv/kernel/vdso/Makefile
arch/s390/kernel/vdso64/Makefile
arch/sparc/vdso/Makefile
arch/x86/entry/vdso/Makefile
tools/testing/selftests/bpf/Makefile