fix directory structure

This commit is contained in:
Matteo Ruf
2025-12-02 14:09:47 +01:00
parent 0e056e62d1
commit 1ae2e2be55
72 changed files with 14 additions and 112 deletions

14
x86_64-lupos.json Normal file
View File

@@ -0,0 +1,14 @@
{
"llvm-target": "x86_64-unknown-none",
"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",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": 64,
"target-c-int-width": 32,
"os": "none",
"executables": true,
"linker-flavor": "ld.lld",
"linker": "rust-lld",
"panic-strategy": "abort",
"features": "-mmx,+sse"
}