Browse Source

Add ia64 define cpuXXXX series

git-svn-id: trunk@20123 -
pierre 13 years ago
parent
commit
736299ffd9
1 changed files with 8 additions and 0 deletions
  1. 8 0
      compiler/fpcdefs.inc

+ 8 - 0
compiler/fpcdefs.inc

@@ -74,6 +74,14 @@
   {$define cpurox}
   {$define cpurox}
 {$endif x86_64}
 {$endif x86_64}
 
 
+{$ifdef ia64}
+  {$define cpuflags}
+  {$define cpu64bitalu}
+  {$define cpu64bitaddr}
+  {$define cpuextended}
+  {$define cpufloat128}
+{$endif ia64}
+
 {$ifdef alpha}
 {$ifdef alpha}
   {$define cpu64bitalu}
   {$define cpu64bitalu}
   {$define cpu64bitaddr}
   {$define cpu64bitaddr}