瀏覽代碼

Forgot to commit this...

systems.pas:
  + add new constant systems_indirect_var_imports to denote all targets that /require/ indirect references for cross-unit variables accesses

git-svn-id: trunk@33284 -
svenbarth 9 年之前
父節點
當前提交
123ef01a7a
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      compiler/systems.pas

+ 3 - 0
compiler/systems.pas

@@ -314,6 +314,9 @@ interface
                                          system_x86_64_win64,
                                          system_i8086_win16]+systems_linux+systems_android;
 
+       { all systems that reference symbols in other binaries using indirect imports }
+       systems_indirect_var_imports = systems_all_windows+[system_i386_nativent];
+
        { all systems for which weak linking has been tested/is supported }
        systems_weak_linking = systems_darwin + systems_solaris + systems_linux + systems_android;