Skip to content

Commit 689de06

Browse files
author
Sven Van Asbroeck
committed
rust: enable for 32-bit arm
Everything is now in place to enable Rust support on 32-bit arm. Signed-off-by: Sven Van Asbroeck <[email protected]>
1 parent b9d875a commit 689de06

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 || (PPC64 && CPU_LITTLE_ENDIAN) || X86_64
61+
depends on ARM64 || (PPC64 && CPU_LITTLE_ENDIAN) || X86_64 || ARM
6262
def_bool $(success,$(RUSTC) --version)
6363

6464
config RUSTC_VERSION

0 commit comments

Comments
 (0)