mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 06:30:01 +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;
|
||||
begin
|
||||
if tripletstyle=triplet_llvm then
|
||||
result:='sparcv9'
|
||||
else
|
||||
result:='sparc64'
|
||||
result:='riscv64'
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user