Skip to content

Commit 459753b

Browse files
nickdesaulniersintel-lab-lkp
authored andcommitted
ARM: 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]>
1 parent a079642 commit 459753b

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)