Bläddra i källkod

Add possibility to test sparc elf generator with -dTEST_AGSPARC_ELF

git-svn-id: trunk@22212 -
pierre 13 år sedan
förälder
incheckning
7587145320
1 ändrade filer med 10 tillägg och 0 borttagningar
  1. 10 0
      compiler/sparc/cputarg.pas

+ 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
 **************************************}