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