Searched refs:ccbase (Results 1 – 4 of 4) sorted by relevance
2103 # $cclist_chosen, just a single value for $ccbase.2110 for ccbase in $CC; do break; done2111 ccbase=`echo $ccbase | sed 's:.*/::'`2113 # If this $ccbase is in $cclist_chosen then it's a compiler we know and2117 # "unrecognised" is used to avoid bad effects with eval if $ccbase has2118 # non-symbol characters. For instance ccbase=my+cc would end up with2125 if test "$ccbase" = $i; then2126 found=$ccbase2133 for ccbase in $cclist_chosen; do2149 test -n "$cc" || cc="$ccprefix$ccbase"[all …]
5791 # $cclist_chosen, just a single value for $ccbase.5799 ccbase=`echo $ccbase | sed 's:.*/::'`5801 # If this $ccbase is in $cclist_chosen then it's a compiler we know and5805 # "unrecognised" is used to avoid bad effects with eval if $ccbase has5813 if test "$ccbase" = $i; then5814 found=$ccbase5837 test -n "$cc" || cc="$ccprefix$ccbase"5840 # $ccbase so as to use the flags we know for gcc. This helps for5850 if test $ccbase != gcc; then5867 ccbase=gcc[all …]
1147 [if test "$ccbase" = gcc; then
26014 (ccbase): Only use a known compiler in eval statements (avoids26016 (ccbase): Use GMP_PROG_CC_IS_GNU to identify gcc installed under a26021 (GMP_GCC_MARCH_PENTIUMPRO): Use $ccbase to identify gcc.