Explorar o código

+ sparc32 for normal sparc to be used in the compiler

git-svn-id: trunk@36428 -
florian %!s(int64=8) %!d(string=hai) anos
pai
achega
8b19610509
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      compiler/fpcdefs.inc

+ 4 - 0
compiler/fpcdefs.inc

@@ -103,6 +103,10 @@
   {$define cpurefshaveindexreg}
   {$define SUPPORT_SAFECALL}
   {$define sparcgen}
+
+  { the official name of the 32 Bit SPARC port is still "sparc" but
+    using the sparc32 define makes things more clear }
+  {$define sparc32}
 {$endif sparc}
 
 {$ifdef sparc64}