commit | a968433723310f35898b4a2f635a7991aeef66b1 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Tue Sep 22 16:21:40 2020 -0700 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Fri Oct 09 23:57:30 2020 +0900 |
tree | 27bc9ae9916d55f2ccb9bec2afbd5aa0f9ecb678 | |
parent | 548b8b5168c90c42e88f70fcf041b4ce0b8e7aa8 [diff] |
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>