Searched defs:target_arch (Results 1 – 5 of 5) sorted by relevance
16 mod target_arch; module
89 def _SetupScriptInternal(self, target_arch): argument146 def SetupScript(self, target_arch): argument
30 set target_arch=x64 variable80 if /i "%1"=="ia32" set target_arch=x86&goto arg-ok variable81 if /i "%1"=="x86" set target_arch=x86&goto arg-ok variable82 if /i "%1"=="x64" set target_arch=x64&goto arg-ok variable83 if /i "%1"=="arm64" set target_arch=arm64&goto arg-ok variable
1047 def configure_mips(o, target_arch): argument
73 def SetupScript(self, target_arch): argument