mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 18:47:56 +02:00
--- Merging r45802 into '.':
U rtl/powerpc/powerpc.inc --- Recording mergeinfo for merge of r45802 into '.': U . # revisions: 45802 r45802 | karoly | 2020-07-17 23:28:49 +0200 (Fri, 17 Jul 2020) | 1 line Changed paths: M /trunk/rtl/powerpc/powerpc.inc powerpc: also drop DCBZ usage on AmigaOS4, as it runs on hardware with other than the assumed cacheline size git-svn-id: branches/fixes_3_2@48123 -
This commit is contained in:
parent
d758c95e9b
commit
fb97d7c467
@ -19,9 +19,11 @@
|
||||
|
||||
{$IFNDEF LINUX}
|
||||
{$IFNDEF MORPHOS}
|
||||
{$IFNDEF AMIGAOS4}
|
||||
{$IFNDEF AIX}
|
||||
{$DEFINE USE_DCBZ}
|
||||
{$ENDIF AIX}
|
||||
{$ENDIF AMIGAOS4}
|
||||
{$ENDIF MORPHOS}
|
||||
{$ENDIF LINUX}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user