Ver Fonte

Add new global asmextraopt variable

git-svn-id: trunk@26537 -
pierre há 11 anos atrás
pai
commit
4441bbb9dc
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      compiler/globals.pas

+ 3 - 0
compiler/globals.pas

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