mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
* Remove rlibc and use compiler-builtins-mem feature (#865) * Update post-04 to use compiler_builtins `mem` feature instead of `rlibc` Co-authored-by: Rob Gries <robert.w.gries@gmail.com>
10 lines
204 B
TOML
10 lines
204 B
TOML
[unstable]
|
|
build-std = ["core", "compiler_builtins"]
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
|
|
[build]
|
|
target = "x86_64-blog_os.json"
|
|
|
|
[target.'cfg(target_os = "none")']
|
|
runner = "bootimage runner"
|