Use forked rust

This commit is contained in:
Evie Viau-Chow-Stuart 2025-07-01 22:18:25 -07:00
parent 31ac8671a3
commit e93462d19a
Signed by: evie
GPG key ID: 928652CDFCEC8099
3 changed files with 2 additions and 37 deletions

View file

@ -1,5 +1,2 @@
[build]
target = "./x86_64-unknown-hypericum.json"
[unstable]
build-std = ["core", "alloc"]
target = "x86_64-unknown-hypericum"

View file

@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "x86_64-unknown-hypericum"

View file

@ -1,32 +0,0 @@
{
"arch": "x86_64",
"cpu": "x86-64",
"crt-objects-fallback": "false",
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"disable-redzone": true,
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2,+soft-float",
"linker": "rust-lld",
"linker-flavor": "gnu-lld",
"llvm-target": "x86_64-unknown-none-elf",
"max-atomic-width": 64,
"metadata": {
"description": "Hypericum",
"host_tools": false,
"std": false
},
"os": "hypericum",
"panic-strategy": "abort",
"plt-by-default": false,
"position-independent-executables": false,
"relro-level": "off",
"rustc-abi": "x86-softfloat",
"stack-probes": {
"kind": "inline"
},
"static-position-independent-executables": true,
"supported-sanitizers": [
"kcfi",
"kernel-address"
],
"target-pointer-width": "64"
}