mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:29:42 +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;
|
function tripletcpustr(tripletstyle: ttripletstyle): ansistring;
|
||||||
begin
|
begin
|
||||||
if target_info.endian=endian_little then
|
if target_info.endian=endian_little then
|
||||||
result:='ppc64le'
|
result:='powerpc64le'
|
||||||
else
|
else
|
||||||
result:='ppc64'
|
result:='powerpc64'
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user