mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
Add 's' for sparc64 specific message prefix
git-svn-id: trunk@36744 -
This commit is contained in:
parent
4c3d8d422a
commit
903955f329
@ -691,6 +691,9 @@ begin
|
|||||||
{$ifdef sparc}
|
{$ifdef sparc}
|
||||||
'S',
|
'S',
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$ifdef sparc64}
|
||||||
|
's',
|
||||||
|
{$endif}
|
||||||
{$ifdef avr}
|
{$ifdef avr}
|
||||||
'V',
|
'V',
|
||||||
{$endif}
|
{$endif}
|
||||||
|
Loading…
Reference in New Issue
Block a user