]> git.baikalelectronics.ru Git - kernel.git/commit
riscv: Explicitly specify the build id style in vDSO Makefile again
authorNathan Chancellor <natechancellor@gmail.com>
Sun, 8 Nov 2020 20:37:37 +0000 (13:37 -0700)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Wed, 25 Nov 2020 17:44:14 +0000 (09:44 -0800)
commit0a53c7caa8dd463a3adf00ee7f9354947fb4fae0
tree33b862456f00905ec2a5f87e0bfd1aeffb78ee3c
parent40553dea78f7e9ff35aa9c37540f0b960193749a
riscv: Explicitly specify the build id style in vDSO Makefile again

Commit bde42e887629 ("kbuild: explicitly specify the build id style")
explicitly set the build ID style to SHA1. Commit fe806a8ced95 ("RISC-V:
Fix the VDSO symbol generaton for binutils-2.35+") undid this change,
likely unintentionally.

Restore it so that the build ID style stays consistent across the tree
regardless of linker.

Fixes: fe806a8ced95 ("RISC-V: Fix the VDSO symbol generaton for binutils-2.35+")
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Bill Wendling <morbo@google.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/kernel/vdso/Makefile