HomeSort by relevance Sort by last modified time
    Searched refs:targetos (Results 1 - 2 of 2) sorted by null

  /external/curl/tests/
testcurl.pl 70 $buildlogname $configurebuild $targetos $confheader $binext
93 $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/)
    [all...]
  /external/fio/
configure 130 targetos=""
226 targetos="Android"
228 targetos="Linux"
230 targetos='OpenBSD'
232 targetos='SunOS'
235 targetos='CYGWIN'
237 targetos=`uname -s`
244 echo "CONFIG_TARGET_OS=$targetos" >> $config_host_mak
258 case $targetos in
414 if test "$targetos" = "FreeBSD"; the
    [all...]

Completed in 186 milliseconds