Searched refs:ccbase (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/
H A Dconfigure5791 # $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 i
[all...]

Completed in 98 milliseconds