rust: fix build for mips 24kc

This commit is contained in:
coolsnowwolf 2024-02-22 15:07:20 +08:00
parent 142bd254b8
commit 86aec7166f

View File

@ -18,6 +18,7 @@ PKG_LICENSE:=Apache-2.0 MIT
PKG_LICENSE_FILES:=LICENSE-APACHE LICENSE-MIT
PKG_HOST_ONLY:=1
PKG_USE_MIPS16:=0
PKG_BUILD_FLAGS:=no-mips16
include $(INCLUDE_DIR)/host-build.mk