mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 03:28:04 +02:00
Add possibility to test sparc elf generator with -dTEST_AGSPARC_ELF
git-svn-id: trunk@22212 -
This commit is contained in:
parent
efaf017b17
commit
7587145320
@ -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
|
||||
**************************************}
|
||||
|
Loading…
Reference in New Issue
Block a user