Skip to content
Commit 0da4fabd authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: test --build-id linker flag by ld-option instead of cc-ldoption

'--build-id' is passed to $(LD), so it should be tested by 'ld-option'.

This seems a kind of misconversion when ld-option was renamed to
cc-ldoption.

Commit f86fd306 ("kbuild: rename ld-option to cc-ldoption") renamed
all instances of 'ld-option' to 'cc-ldoption'.

Then, commit 691ef3e7

 ("kbuild: introduce ld-option") re-added
'ld-option' as a new implementation.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent a7b151ff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment