Skip to content

Commit 28187dc

Browse files
nickdesaulniersRussell King
authored andcommitted
ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLD
LLD does not yet support any big endian architectures. Make this config non-selectable when using LLD until LLD is fixed. Link: ClangBuiltLinux#965 Signed-off-by: Nick Desaulniers <[email protected]> Tested-by: Nathan Chancellor <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Reported-by: kbuild test robot <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent 730b576 commit 28187dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/mm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,7 @@ config SWP_EMULATE
743743
config CPU_BIG_ENDIAN
744744
bool "Build big-endian kernel"
745745
depends on ARCH_SUPPORTS_BIG_ENDIAN
746+
depends on !LD_IS_LLD
746747
help
747748
Say Y if you plan on running a kernel in big-endian mode.
748749
Note that your board must be properly built and your board

0 commit comments

Comments
 (0)