Home
last modified time | relevance | path

Searched hist:"0 da4fabdf40a36e22b50f9a4143be18a0d98963f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile0da4fabdf40a36e22b50f9a4143be18a0d98963f Thu Feb 22 22:56:52 CST 2018 Masahiro Yamada <yamada.masahiro@socionext.com> 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 f86fd3066052 ("kbuild: rename ld-option to cc-ldoption") renamed
all instances of 'ld-option' to 'cc-ldoption'.

Then, commit 691ef3e7fdc1 ("kbuild: introduce ld-option") re-added
'ld-option' as a new implementation.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>