Home | History | Annotate | Download | only in cpython2

Lines Matching refs:LINKCC

696 LINKCC
5302 # LINKCC is the command that links the python executable -- default is $(CC).
5304 # compiled with CXX, LINKCC is CXX instead. Always using CXX is undesirable:
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LINKCC" >&5
5310 $as_echo_n "checking LINKCC... " >&6; }
5311 if test -z "$LINKCC"
5313 LINKCC='$(PURIFY) $(MAINCC)'
5321 LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;
5325 LINKCC=qcc;;
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINKCC" >&5
5329 $as_echo "$LINKCC" >&6; }