commit | 24ee01a927bfe56c66429ec4b1df6955a814adc8 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Fri Oct 04 14:08:13 2019 +0100 |
committer | Will Deacon <will@kernel.org> | Mon Oct 07 13:31:45 2019 +0100 |
tree | 42d6b9a4826313a83bda21beb5b3ec7df5fbce53 | |
parent | 50a2610adec9d796b25e262734edb56ef324ce15 [diff] |
arm64: Default to building compat vDSO with clang when CONFIG_CC_IS_CLANG Rather than force the use of GCC for the compat cross-compiler, instead extract the target from CROSS_COMPILE_COMPAT and pass it to clang if the main compiler is clang. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Will Deacon <will@kernel.org>