Searched refs:LINKCC (Results 1 – 7 of 7) sorted by relevance
9 LINKCC=$(PURIFY) $(CC) macro49 $(LINKCC) pysvr.o $(LIBS) -o pysvr
797 # LINKCC is the command that links the python executable -- default is $(CC).799 # compiled with CXX, LINKCC is CXX instead. Always using CXX is undesirable:803 AC_SUBST(LINKCC) subst804 AC_MSG_CHECKING(LINKCC)805 if test -z "$LINKCC"807 LINKCC='$(PURIFY) $(MAINCC)'815 LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;819 LINKCC=qcc;;822 AC_MSG_RESULT($LINKCC)
38 LINKCC= @LINKCC@510 $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
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" >&55329 $as_echo "$LINKCC" >&6; }
1088 python executable, then set LINKCC on the configure command line.
442 using g++ (change LINKCC in the Python Modules Makefile), and link your
996 specified. (Can be overridden by explicitly setting LINKCC.) Decouple2021 value of LINKCC if python was built with GCC 4.0.6599 - configure will use CXX in LINKCC if CXX is used to build main() and12909 fixed; moved addition of PURIFY to LINKCC to configure