Commit Graph

5 Commits

Author SHA1 Message Date
Andrey Turkin
2da760048c kernel: get rid of custom build recipe in favor of the kernel Makefile 2024-11-01 07:25:11 +03:00
Andrey Turkin
d7ecf2e747 RISC-V target support 2024-10-16 21:20:38 +03:00
bjorn3
5fe26754f1 Remove the -Csoft-float argument when building the kernel
The targets specify the soft-float ABI already and -Csoft-float should likely
have never existed in the first place. It is unsound to mix crates compiled
with different float ABI's and the only stable way to get all crates to agree
on the soft float ABI is by specifying a target which uses the soft float ABI
anyway even without explicit -Csoft-float.

See also https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/.60-Csoft-float.60.20considered.20harmful
2024-09-02 16:35:18 +02:00
bjorn3
d163847ae7 Move -z max-page-size from the target spec to the cookbook 2023-12-12 18:43:46 +01:00
Ribbon
814214fe20 Move recipes to categories 2023-11-05 12:58:51 +00:00