Add possibility to test sparc elf generator with -dTEST_AGSPARC_ELF

git-svn-id: trunk@22212 -
This commit is contained in:
pierre 2012-08-23 12:59:45 +00:00
parent efaf017b17
commit 7587145320

View File

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