mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-14 22:41:07 +00:00
experimentally switch to rv64
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -3,11 +3,11 @@ use std::{env, fs, path::Path, process::Command};
|
||||
fn compile(bitcode_path: &str) {
|
||||
let output = Command::new("clang")
|
||||
.args([
|
||||
"--target=riscv32",
|
||||
"--target=riscv64",
|
||||
"-Xclang",
|
||||
"-triple=riscv32-unknown-unknown-elf",
|
||||
"-march=rv32em",
|
||||
"-mabi=ilp32e",
|
||||
"-triple=riscv64-unknown-unknown-elf",
|
||||
"-march=rv64em",
|
||||
"-mabi=lp64e",
|
||||
"-fno-exceptions",
|
||||
"-ffreestanding",
|
||||
"-Wall",
|
||||
|
||||
Reference in New Issue
Block a user