mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:59:08 +02:00
* disable out big endian-specific helpers for ppc64le
git-svn-id: trunk@30215 -
This commit is contained in:
parent
cf5b42b4b2
commit
c69265a61c
@ -15,6 +15,8 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$ifdef FPC_BIG_ENDIAN}
|
||||
|
||||
{ Note: the implementation of these routines is for BIG ENDIAN only!! (JM) }
|
||||
|
||||
{$ifndef FPC_UNIT_HAS_STRCOPY}
|
||||
@ -166,6 +168,8 @@ asm
|
||||
end;
|
||||
{$endif FPC_UNIT_HAS_STRECOPY}
|
||||
|
||||
{$endif FPC_BIG_ENDIAN}
|
||||
|
||||
|
||||
{$ifndef FPC_UNIT_HAS_STRLCOPY}
|
||||
{$define FPC_UNIT_HAS_STRLCOPY}
|
||||
|
Loading…
Reference in New Issue
Block a user