Searched refs:targetos (Results 1 – 3 of 3) sorted by relevance
70 $buildlogname $configurebuild $targetos $confheader $binext93 $targetos = (split(/=/, shift @ARGV, 2))[1];149 if ($^O eq 'MSWin32' || $targetos) {150 if (!$targetos) {152 $targetos = 'vc';154 if ($targetos =~ /vc/ || $targetos =~ /borland/ || $targetos =~ /watcom/) {158 elsif ($targetos =~ /mingw/) {164 elsif ($targetos =~ /netware/) {177 ($targetos =~ /vc/ || $targetos =~ /mingw32/ ||178 $targetos =~ /borland/ || $targetos =~ /watcom/)) {[all …]
130 targetos=""197 targetos="Android"199 targetos="Linux"201 targetos='OpenBSD'203 targetos='SunOS'206 targetos='CYGWIN'208 targetos=`uname -s`215 echo "CONFIG_TARGET_OS=$targetos" >> $config_host_mak221 case $targetos in340 if test "$targetos" = "FreeBSD"; then[all …]
214 self.targetos = None238 self.targetos = "android"240 self.targetos = hostos258 if self.targetos == "android":331 if self.targetos == "android":436 if self.targetos == "nt" and not fullpath.endswith(".exe"):438 if hostos == self.targetos:440 if self.targetos == "android" and fullpath.endswith(".apk"):485 if self.targetos == "android":500 _os = self.targetos[all …]