2
0
Эх сурвалжийг харах

Add possibility to test sparc elf generator with -dTEST_AGSPARC_ELF

git-svn-id: trunk@22212 -
pierre 13 жил өмнө
parent
commit
7587145320

+ 10 - 0
compiler/sparc/cputarg.pas

@@ -52,6 +52,16 @@ implementation
 
       ,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
 **************************************}