diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 23f56e73d..a8a1b9544 100755 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1074,6 +1074,8 @@ choice config CPU_BIG_ENDIAN bool "Build big-endian kernel" depends on !LD_IS_LLD || LLD_VERSION >= 130000 + # https://github.com/llvm/llvm-project/commit/1379b150991f70a5782e9a143c2ba5308da1161c + depends on AS_IS_GNU || AS_VERSION >= 150000 help Say Y if you plan on running a kernel with a big-endian userspace.