mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 14:09:09 +02:00
powerpc: also drop DCBZ usage on AmigaOS4, as it runs on hardware with other than the assumed cacheline size
git-svn-id: trunk@45802 -
This commit is contained in:
parent
59331c3d3c
commit
09f0a3dd63
@ -19,9 +19,11 @@
|
|||||||
|
|
||||||
{$IFNDEF LINUX}
|
{$IFNDEF LINUX}
|
||||||
{$IFNDEF MORPHOS}
|
{$IFNDEF MORPHOS}
|
||||||
|
{$IFNDEF AMIGAOS4}
|
||||||
{$IFNDEF AIX}
|
{$IFNDEF AIX}
|
||||||
{$DEFINE USE_DCBZ}
|
{$DEFINE USE_DCBZ}
|
||||||
{$ENDIF AIX}
|
{$ENDIF AIX}
|
||||||
|
{$ENDIF AMIGAOS4}
|
||||||
{$ENDIF MORPHOS}
|
{$ENDIF MORPHOS}
|
||||||
{$ENDIF LINUX}
|
{$ENDIF LINUX}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user