10 lines
197 B
TOML
10 lines
197 B
TOML
|
[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"
|