Skip to content

Commit 8009f68

Browse files
nickdesaulnierssmb49
authored andcommitted
ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLD
BugLink: https://bugs.launchpad.net/bugs/1959701 commit 28187dc upstream. LLD does not yet support any big endian architectures. Make this config non-selectable when using LLD until LLD is fixed. Link: ClangBuiltLinux/linux#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]> Cc: Anders Roxell <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Kamal Mostafa <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent b8acbe3 commit 8009f68

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)