mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-01 15:40:55 +03:00
This commit is contained in:
parent
5f46c65ab5
commit
ac4aa4dc43
1 changed files with 2 additions and 0 deletions
|
@ -121,8 +121,10 @@ void appendTargetArgsForGcc(std::vector<std::string> &args) {
|
|||
return;
|
||||
|
||||
case Triple::riscv64:
|
||||
if (triple.isArch64Bit()) {
|
||||
args.push_back("-march=rv64gc");
|
||||
args.push_back("-mabi=lp64d");
|
||||
}
|
||||
return;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue