File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -10,37 +10,7 @@ need_cmd riscv32-unknown-elf-clang++
10
10
11
11
# Rust requires a custom target file to exist for our custom target as part of the bootstrap build,
12
12
# but it doesn't actually look at the contents.
13
- cat > /tmp/riscv32em-athena-zkvm-elf.json << EOF
14
- {
15
- "arch": "riscv32",
16
- "cpu": "generic-rv32",
17
- "crt-objects-fallback": "false",
18
- "data-layout": "e-m:e-p:32:32-i64:64-n32-S32",
19
- "eh-frame-header": false,
20
- "emit-debug-gdb-scripts": false,
21
- "features": "+e,+m",
22
- "linker": "rust-lld",
23
- "linker-flavor": "gnu-lld",
24
- "llvm-abiname": "ilp32e",
25
- "llvm-target": "riscv32",
26
- "max-atomic-width": 32,
27
- "os": "zkvm",
28
- "panic-strategy": "abort",
29
- "relocation-model": "static",
30
- "singlethread": true,
31
- "target-pointer-width": "32",
32
- "vendor": "athena",
33
- "options": {
34
- "c-flags": "-march=rv32e -mabi=ilp32e",
35
- "pre-link-args": {
36
- "gcc": [
37
- "-march=rv32e",
38
- "-mabi=ilp32e"
39
- ]
40
- }
41
- }
42
- }
43
- EOF
13
+ touch /tmp/riscv32em-athena-zkvm-elf.json
44
14
45
15
# Set environment variables to override compiler flags
46
16
export CC_riscv32em_athena_zkvm_elf=" clang"
You can’t perform that action at this time.
0 commit comments