From c69265a61c3dda2b0647ee60b6a3724bb7c2b8b6 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sat, 14 Mar 2015 18:36:23 +0000 Subject: [PATCH] * disable out big endian-specific helpers for ppc64le git-svn-id: trunk@30215 - --- rtl/powerpc64/strings.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rtl/powerpc64/strings.inc b/rtl/powerpc64/strings.inc index 11024dc32b..00b2671a68 100644 --- a/rtl/powerpc64/strings.inc +++ b/rtl/powerpc64/strings.inc @@ -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}