Ver código fonte

Add possibility to test sparc elf generator with -dTEST_AGSPARC_ELF

git-svn-id: trunk@22212 -
pierre 13 anos atrás
pai
commit
7587145320
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10 0
      compiler/sparc/cputarg.pas

+ 10 - 0
compiler/sparc/cputarg.pas

@@ -52,6 +52,16 @@ implementation
 
 
       ,CpuGas
       ,CpuGas
 
 
+    { Sparc elf generator is not ready yet }
+    {$ifndef TEST_AGSPARC_ELF}
+      {$define NOAGSPARC_ELF}
+    {$endif TEST_AGSPARC_ELF}
+    { To be removed once implemented. PM }
+    {$ifndef NOAGSPARC_ELF}
+      ,ogelf
+      ,cpuelf
+    {$endif}
+
 {**************************************
 {**************************************
         Assembler Readers
         Assembler Readers
 **************************************}
 **************************************}