Browse Source

Display xtensa specific options for ppcxtensa -h

git-svn-id: trunk@47232 -
pierre 4 years ago
parent
commit
075966f142
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/options.pas

+ 3 - 0
compiler/options.pas

@@ -758,6 +758,9 @@ begin
 {$ifdef llvm}
 {$ifdef llvm}
       'L',
       'L',
 {$endif}
 {$endif}
+{$ifdef xtensa}
+      'x',
+{$endif}
 {$ifdef z80}
 {$ifdef z80}
       'Z',
       'Z',
 {$endif}
 {$endif}