mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
* Fix compilation of sparc/cpuelf unit
git-svn-id: trunk@22209 -
This commit is contained in:
parent
c529356693
commit
926d39e604
@ -71,7 +71,7 @@ implementation
|
||||
TElfAssemblerSparc
|
||||
****************************************************************************}
|
||||
|
||||
constructor TElfAssembleri386.create(smart:boolean);
|
||||
constructor TElfAssemblerSparc.create(smart:boolean);
|
||||
begin
|
||||
inherited Create(smart);
|
||||
CObjOutput:=TElfObjOutputSparc;
|
||||
@ -89,7 +89,8 @@ implementation
|
||||
idtxt : 'ELF';
|
||||
asmbin : '';
|
||||
asmcmd : '';
|
||||
supported_targets : [];
|
||||
supported_targets : [system_sparc_linux, system_sparc_solaris,
|
||||
system_sparc_embedded];
|
||||
// flags : [af_outputbinary,af_smartlink_sections];
|
||||
flags : [af_outputbinary,af_supports_dwarf];
|
||||
labelprefix : '.L';
|
||||
|
Loading…
Reference in New Issue
Block a user