Lines Matching refs:tgt_os
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}')
591 enable ${tgt_os}
708 case ${tgt_os} in
826 case "$tgt_os" in
851 case ${tgt_os} in
902 case ${tgt_os} in
924 *) log "Warning: Unknown os $tgt_os while setting up $AS flags"