Sfoglia il codice sorgente

Add new global asmextraopt variable

git-svn-id: trunk@26537 -
pierre 11 anni fa
parent
commit
4441bbb9dc
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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;