geos/kernel/.cargo/config.toml

10 lines
197 B
TOML
Raw Normal View History

2024-03-26 15:15:06 +01:00
[build]
target = "i686-unknown-bare.json"
[unstable]
build-std-features = ["compiler-builtins-mem"]
build-std = ["core", "compiler_builtins"]
[target."i686-unknown-bare"]
linker = "i686-elf-gcc"