79c4a9843e
- avoid choking in morestack on i586, - fixup dependencies - rename rust-cross to internal-rust-cross (in the hope the people are less likely to try to inherit it when they shouldn't) - enable-local-rust for -target and -cross builds
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
inherit native
|
|
PN = "rust-native"
|
|
|
|
USE_LOCAL_NATIVE_RUST ??= "0"
|
|
USE_LOCAL_RUST = "${base_conditional('USE_LOCAL_NATIVE_RUST', '0', '0', '1')}"
|