Skip to content

Commit 659f7bd

Browse files
committed
rust: Enable for ppc64le
All the pieces are in place now for us to enable building rust support on ppc64le. Only works with clang for now. Signed-off-by: Michael Ellerman <[email protected]>
1 parent 170ef62 commit 659f7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ config LLD_VERSION
5858
default 0
5959

6060
config HAS_RUST
61-
depends on ARM64 || X86_64
61+
depends on ARM64 || X86_64 || (PPC64 && CPU_LITTLE_ENDIAN && CC_IS_CLANG)
6262
def_bool $(success,$(RUSTC) --version)
6363

6464
config RUSTC_VERSION

0 commit comments

Comments
 (0)