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

/external/python/cpython2/Demo/pysvr/
H A DMakefile9 LINKCC=$(PURIFY) $(CC) macro
49 $(LINKCC) pysvr.o $(LIBS) -o pysvr
/external/python/cpython2/
H A Dconfigure696 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
[all...]
/external/python/cpython3/
H A Dconfigure700 LINKCC
5780 # LINKCC is the command that links the python executable -- default is $(CC).
5782 # compiled with CXX, LINKCC is CXX instead. Always using CXX is undesirable:
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LINKCC" >&5
5788 $as_echo_n "checking LINKCC... " >&6; }
5789 if test -z "$LINKCC"
5791 LINKCC='$(PURIFY) $(MAINCC)'
5799 LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;
5803 LINKCC
[all...]

Completed in 749 milliseconds