Lines Matching refs:ccbase

5791   # $cclist_chosen, just a single value for $ccbase.
5798 for ccbase in $CC; do break; done
5799 ccbase=`echo $ccbase | sed 's:.*/::'`
5801 # If this $ccbase is in $cclist_chosen then it's a compiler we know and
5805 # "unrecognised" is used to avoid bad effects with eval if $ccbase has
5806 # non-symbol characters. For instance ccbase=my+cc would end up with
5813 if test "$ccbase" = $i; then
5814 found=$ccbase
5821 for ccbase in $cclist_chosen; do
5837 test -n "$cc" || cc="$ccprefix$ccbase"
5840 # $ccbase so as to use the flags we know for gcc. This helps for
5850 if test $ccbase != gcc; then
5867 ccbase=gcc
5876 # then change $ccbase and make the default xlc flags available.
5877 if test $ccbase != xlc; then
5888 ccbase=xlc
5902 if test "$ccbase" = acc; then ccbase=cc; fi ;;
5906 eval cflags=\"\$${ccbase}${abi1}_cflags\"
5907 test -n "$cflags" || eval cflags=\"\$${ccbase}${abi2}_cflags\"
5912 eval cflags_maybe=\"\$${ccbase}${abi1}_cflags_maybe\"
5913 test -n "$cflags_maybe" || eval cflags_maybe=\"\$${ccbase}${abi2}_cflags_maybe\"
5923 eval cppflags=\"\$${ccbase}${abi1}_cppflags\"
5924 test -n "$cppflags" || eval cppflags=\"\$${ccbase}${abi2}_cppflags\"
7088 eval testlist=\"\$${ccbase}${abi1}_testlist\"
7089 test -n "$testlist" || eval testlist=\"\$${ccbase}${abi2}_testlist\"
7336 eval optlist=\"\$${ccbase}${abi1}_cflags_optlist\"
7337 test -n "$optlist" || eval optlist=\"\$${ccbase}${abi2}_cflags_optlist\"
7340 eval optflags=\"\$${ccbase}${abi1}_cflags_${opt}\"
7341 test -n "$optflags" || eval optflags=\"\$${ccbase}${abi2}_cflags_${opt}\"
7342 test -n "$optflags" || eval optflags=\"\$${ccbase}_cflags_${opt}\"
7453 if test "$ccbase" = gcc; then
8692 eval GMP_LDFLAGS=\"\$${ccbase}${abi1}_ldflags\"
8693 test -n "$GMP_LDFLAGS" || eval GMP_LDFLAGS=\"\$${ccbase}${abi1}_ldflags\"