mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Really fix Rust for kernel 5.4
This commit is contained in:
parent
b8178a879e
commit
7935b10b24
4 changed files with 18 additions and 19 deletions
|
@ -11,7 +11,8 @@ unexport RUSTC_WRAPPER
|
|||
# Rust Environmental Vars
|
||||
RUSTC_HOST_SUFFIX:=$(word 4, $(subst -, ,$(GNU_HOST_NAME)))
|
||||
RUSTC_HOST_ARCH:=$(HOST_ARCH)-unknown-linux-$(RUSTC_HOST_SUFFIX)
|
||||
CARGO_HOME:=$(DL_DIR)/cargo
|
||||
#CARGO_HOME:=$(DL_DIR)/cargo
|
||||
CARGO_HOME:=$(STAGING_DIR)/cargo
|
||||
|
||||
ifeq ($(CONFIG_USE_MUSL),y)
|
||||
# Force linking of the SSP library for musl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue