Bläddra i källkod

* disable out big endian-specific helpers for ppc64le

git-svn-id: trunk@30215 -
Jonas Maebe 10 år sedan
förälder
incheckning
c69265a61c
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      rtl/powerpc64/strings.inc

+ 4 - 0
rtl/powerpc64/strings.inc

@@ -15,6 +15,8 @@
 
 
  **********************************************************************}
  **********************************************************************}
 
 
+{$ifdef FPC_BIG_ENDIAN}
+
 { Note: the implementation of these routines is for BIG ENDIAN only!! (JM) }
 { Note: the implementation of these routines is for BIG ENDIAN only!! (JM) }
 
 
 {$ifndef FPC_UNIT_HAS_STRCOPY}
 {$ifndef FPC_UNIT_HAS_STRCOPY}
@@ -166,6 +168,8 @@ asm
 end;
 end;
 {$endif FPC_UNIT_HAS_STRECOPY}
 {$endif FPC_UNIT_HAS_STRECOPY}
 
 
+{$endif FPC_BIG_ENDIAN}
+
 
 
 {$ifndef FPC_UNIT_HAS_STRLCOPY}
 {$ifndef FPC_UNIT_HAS_STRLCOPY}
 {$define FPC_UNIT_HAS_STRLCOPY}
 {$define FPC_UNIT_HAS_STRLCOPY}