VERY basic crti/crtn
... | ... | @@ -8,7 +8,7 @@ name = "c" |
crate-type = ["staticlib"] | ||
[workspace] | ||
members = ["src/crt0", "cbindgen"] | ||
members = ["src/crt0", "src/crti", "src/crtn", "cbindgen"] | ||
[build-dependencies] | ||
cc = "1.0.17" | ||
... | ... |
src/crti/Cargo.toml
0 → 100644
src/crti/src/lib.rs
0 → 100644
src/crtn/Cargo.toml
0 → 100644
src/crtn/src/lib.rs
0 → 100644
-
Author Developer
For anybody who stumbles across this, including future me: I wrote this commit message in a hurry, and now think it sounds pretty bad. "Initial attempt at..." would sound better while still making it clear I expect mistakes to have been made
Please register or sign in to comment