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

/freebsd-13-stable/contrib/bc/
H A Dconfigure671 ccbase=$(basename "$CC")
675 if [ "${ccbase%%$suffix}" != "$ccbase" ]; then
676 ccflags="${ccbase#$prefix}"
677 cc="${ccbase%%$suffix}"
696 ccbase=$(basename "$HOSTCC")
700 if [ "${ccbase%%$suffix}" != "$ccbase" ]; then
701 ccflags="${ccbase#$prefix}"
702 cc="${ccbase
[all...]
H A Dconfigure.sh671 ccbase=$(basename "$CC")
675 if [ "${ccbase%%$suffix}" != "$ccbase" ]; then
676 ccflags="${ccbase#$prefix}"
677 cc="${ccbase%%$suffix}"
696 ccbase=$(basename "$HOSTCC")
700 if [ "${ccbase%%$suffix}" != "$ccbase" ]; then
701 ccflags="${ccbase#$prefix}"
702 cc="${ccbase
[all...]

Completed in 60 milliseconds