summaryrefslogtreecommitdiff
path: root/compiler/compiler.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/compiler.pas')
-rw-r--r--compiler/compiler.pas8
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/compiler.pas b/compiler/compiler.pas
index f458d3a945..ed6d64ac0d 100644
--- a/compiler/compiler.pas
+++ b/compiler/compiler.pas
@@ -64,6 +64,14 @@ unit compiler;
{$fatal cannot define two CPU switches}
{$endif}
{$endif}
+
+ {$ifdef POWERPC64}
+ {$ifndef CPUOK}
+ {$DEFINE CPUOK}
+ {$else}
+ {$fatal cannot define two CPU switches}
+ {$endif}
+ {$endif}
{$ifdef ia64}
{$ifndef CPUOK}