Home | History | Annotate | Download | only in make

Lines Matching refs:tgt_os

662         # detect tgt_os
666 tgt_os=darwin8
670 tgt_os=darwin9
674 tgt_os=darwin10
678 tgt_os=darwin11
682 tgt_os=darwin12
686 tgt_os=darwin13
689 tgt_os=win64
693 tgt_os=win32
696 tgt_os=linux
699 tgt_os=solaris
702 tgt_os=os2
706 if [ -n "$tgt_isa" ] && [ -n "$tgt_os" ]; then
707 toolchain=${tgt_isa}-${tgt_os}-gcc
722 tgt_os=$(echo ${toolchain} | awk 'BEGIN{FS="-"}{print $2}')
727 enable_feature ${tgt_os}
927 case ${tgt_os} in
1049 case "$tgt_os" in
1064 case ${tgt_os} in
1163 case ${tgt_os} in
1202 *) log "Warning: Unknown os $tgt_os while setting up $AS flags"
1247 tgt_os_no_version=$(echo "${tgt_os}" | tr -d "[0-9]")