Browse Source

Add new global asmextraopt variable

git-svn-id: trunk@26537 -
pierre 11 years ago
parent
commit
4441bbb9dc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/globals.pas

+ 3 - 0
compiler/globals.pas

@@ -228,6 +228,9 @@ interface
        wpofeedbackinput,
        wpofeedbackoutput : TPathStr;
 
+       { external assembler extra option }
+       asmextraopt       : string;
+
        { things specified with parameters }
        paratarget        : tsystem;
        paratargetdbg     : tdbg;