mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-27 03:43:23 +00:00
调整user下libs的libc目录结构 (#103)
* 调整user下libs的libc目录结构 * 修正.gitignore文件的问题 * 修复无法编译的问题 Co-authored-by: longjin <longjin@RinGoTek.cn>
This commit is contained in:
11
user/libs/libc/.cargo/config.toml
Normal file
11
user/libs/libc/.cargo/config.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[build]
|
||||
target = "src/arch/x86_64/x86_64-unknown-none.json"
|
||||
|
||||
[unstable]
|
||||
build-std = ["core", "compiler_builtins", "alloc"]
|
||||
build-std-features = ["compiler-builtins-mem"]
|
||||
|
||||
[target.'cfg(target_os = "none")']
|
||||
runner = "bootimage runner"
|
||||
|
||||
[env]
|
Reference in New Issue
Block a user