]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: vdso: Explicitly add build-id option
authorLaura Abbott <labbott@redhat.com>
Wed, 15 May 2019 19:48:24 +0000 (12:48 -0700)
committerWill Deacon <will.deacon@arm.com>
Thu, 16 May 2019 10:45:36 +0000 (11:45 +0100)
commit507b55355f8ed86819d9953848060a738baf1374
tree038b43f7307f5ecd5f9b7e82382725a1514c7149
parent645f79c07dd158885eb417e97b4a4387b0cc6790
arm64: vdso: Explicitly add build-id option

Commit 585f81ed2ae4 ("arm64: vdso: use $(LD) instead of $(CC) to
link VDSO") switched to using LD explicitly. The --build-id option
needs to be passed explicitly, similar to x86. Add this option.

Fixes: 585f81ed2ae4 ("arm64: vdso: use $(LD) instead of $(CC) to link VDSO")
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Laura Abbott <labbott@redhat.com>
[will: drop redundant use of 'call ld-option' as requested by Masahiro]
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/vdso/Makefile