添加初始化DragonOS的Rust-Musl工具链的脚本. (#426)

This commit is contained in:
LoGin
2023-11-08 19:41:08 +08:00
committed by GitHub
parent 7b32f5080f
commit 5eaf536d5b
6 changed files with 122 additions and 4 deletions

View File

@ -14,7 +14,7 @@ current_CFLAGS := $(CFLAGS)
DADK_VERSION=$(shell dadk -V | awk 'END {print $$2}')
# 最小的DADK版本
MIN_DADK_VERSION = 0.1.3
MIN_DADK_VERSION = 0.1.4
DADK_CACHE_DIR = $(ROOT_PATH)/bin/dadk_cache
# 旧版的libc安装路径