Skip to content

Commit

Permalink
rust-lang: Fix the arm musleabi mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Nov 26, 2022
1 parent 7ba5c1b commit 4de0676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/rust/rust_environment.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ ifeq ($(ARCH),"arm")
endif

ifeq ($(CONFIG_HAS_FPU),y)
RUSTC_TARGET_ARCH:=$(subst muslgnueabi,muslgnueabihf,$(RUSTC_TARGET_ARCH))
RUSTC_TARGET_ARCH:=$(subst musleabi,musleabihf,$(RUSTC_TARGET_ARCH))
endif
endif

0 comments on commit 4de0676

Please sign in to comment.