Searched refs:tgt_os (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/build/make/
H A Dconfigure.sh544 # detect tgt_os
548 tgt_os=darwin8
552 tgt_os=darwin9
556 tgt_os=darwin10
560 tgt_os=win32
563 tgt_os=linux
566 tgt_os=solaris
570 if [ -n "$tgt_isa" ] && [ -n "$tgt_os" ]; then
571 toolchain=${tgt_isa}-${tgt_os}-gcc
586 tgt_os
[all...]
/external/libvpx/
H A Dconfigure371 DIST_DIR="${DIST_DIR}-${tgt_isa}-${tgt_os}"
372 case "${tgt_os}" in
473 local darwin_ver=${tgt_os##darwin}
474 fat_bin_archs="$fat_bin_archs ppc32-${tgt_os}-gcc"
477 fat_bin_archs="$fat_bin_archs x86-${tgt_os}-${tgt_cc}"
479 fat_bin_archs="$fat_bin_archs x86_64-${tgt_os}-${tgt_cc}"

Completed in 166 milliseconds