mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 10:49:29 +02:00
* fixed ppc64 triple architecture names
git-svn-id: trunk@46239 -
This commit is contained in:
parent
86d55055df
commit
b5b1dc6dea
@ -38,9 +38,9 @@ uses
|
||||
function tripletcpustr(tripletstyle: ttripletstyle): ansistring;
|
||||
begin
|
||||
if target_info.endian=endian_little then
|
||||
result:='ppc64le'
|
||||
result:='powerpc64le'
|
||||
else
|
||||
result:='ppc64'
|
||||
result:='powerpc64'
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user