mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 17:19:18 +02:00
* correct tripletcpustr, resolves #40301
This commit is contained in:
parent
5502579ab9
commit
02a6e33f0a
@ -37,10 +37,7 @@ uses
|
|||||||
|
|
||||||
function tripletcpustr(tripletstyle: ttripletstyle): ansistring;
|
function tripletcpustr(tripletstyle: ttripletstyle): ansistring;
|
||||||
begin
|
begin
|
||||||
if tripletstyle=triplet_llvm then
|
result:='riscv64'
|
||||||
result:='sparcv9'
|
|
||||||
else
|
|
||||||
result:='sparc64'
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user