OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tgt_os
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/build/make/
configure.sh
544
# 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
=$(echo ${toolchain} | awk 'BEGIN{FS="-"}{print $2}'
[
all
...]
/external/libvpx/
configure
371
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 37 milliseconds