mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:39:09 +02:00
powerpc: MorphOS recently started supporting the G5s, and it runs the G5s in non-G4-compatible mode much like Linux, therefore the DCBZ code seems to fail on them. So disable DCBZ usage for MorphOS as well.
git-svn-id: trunk@31132 -
This commit is contained in:
parent
5f52ae8fbf
commit
df0ac8cb02
@ -18,7 +18,9 @@
|
|||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
{$IFNDEF LINUX}
|
{$IFNDEF LINUX}
|
||||||
|
{$IFNDEF MORPHOS}
|
||||||
{$DEFINE USE_DCBZ}
|
{$DEFINE USE_DCBZ}
|
||||||
|
{$ENDIF MORPHOS}
|
||||||
{$ENDIF LINUX}
|
{$ENDIF LINUX}
|
||||||
|
|
||||||
{****************************************************************************
|
{****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user