Skip to content

Commit e1c7fcd

Browse files
committed
rust-env.mk: Rename rust target as armv7l for hi3535
1 parent a5244ee commit e1c7fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/spksrc.cross-rust-env.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUST_TARGET = armv7-unknown-linux-gnueabihf
4848
endif
4949
ifeq ($(findstring $(RUST_ARCH), $(ARMv7L_ARCHS)),$(RUST_ARCH))
5050
RUST_TARGET = armv7-unknown-linux-gnueabi
51-
TC_RUSTUP_TOOLCHAIN = $(RUST_BUILD_VERSION)-$(RUST_TARGET)
51+
TC_RUSTUP_TOOLCHAIN = $(RUST_BUILD_VERSION)-armv7l-unknown-linux-gnueabi
5252
endif
5353
ifeq ($(findstring $(RUST_ARCH), $(ARMv8_ARCHS)),$(RUST_ARCH))
5454
RUST_TARGET = aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)