Browse Source

Add 's' for sparc64 specific message prefix

git-svn-id: trunk@36744 -
pierre 8 years ago
parent
commit
903955f329
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/options.pas

+ 3 - 0
compiler/options.pas

@@ -691,6 +691,9 @@ begin
 {$ifdef sparc}
       'S',
 {$endif}
+{$ifdef sparc64}
+      's',
+{$endif}
 {$ifdef avr}
       'V',
 {$endif}