Searched refs:LINKCC (Results 1 – 12 of 12) sorted by relevance
9 LINKCC=$(PURIFY) $(CC) macro49 $(LINKCC) pysvr.o $(LIBS) -o pysvr
811 # LINKCC is the command that links the python executable -- default is $(CC).813 # compiled with CXX, LINKCC is CXX instead. Always using CXX is undesirable:817 AC_SUBST(LINKCC) subst818 AC_MSG_CHECKING(LINKCC)819 if test -z "$LINKCC"821 LINKCC='$(PURIFY) $(MAINCC)'829 LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;833 LINKCC=qcc;;836 AC_MSG_RESULT($LINKCC)
38 LINKCC= @LINKCC@490 $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
5365 if test -z "$LINKCC"5367 LINKCC='$(PURIFY) $(MAINCC)'5375 LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;5379 LINKCC=qcc;;5382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINKCC" >&55383 $as_echo "$LINKCC" >&6; }
1089 python executable, then set LINKCC on the configure command line.
39 LINKCC= @LINKCC@566 …$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(BLDLIBRARY) $(LIBS) $(MODL…697 …$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(…705 …$(LINKCC) $(PY_CORE_LDFLAGS) -o $@ Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS…
1005 # LINKCC is the command that links the python executable -- default is $(CC).1007 # compiled with CXX, LINKCC is CXX instead. Always using CXX is undesirable:1011 AC_SUBST(LINKCC) subst1012 AC_MSG_CHECKING(LINKCC)1013 if test -z "$LINKCC"1015 LINKCC='$(PURIFY) $(MAINCC)'1023 LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;1027 LINKCC=qcc;;1030 AC_MSG_RESULT($LINKCC)
5757 if test -z "$LINKCC"5759 LINKCC='$(PURIFY) $(MAINCC)'5767 LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;5771 LINKCC=qcc;;5774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINKCC" >&55775 $as_echo "$LINKCC" >&6; }
435 using g++ (change LINKCC in the Python Modules Makefile), and link your
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
18380 specified. (Can be overridden by explicitly setting LINKCC.) Decouple19405 value of LINKCC if python was built with GCC 4.0.23978 - configure will use CXX in LINKCC if CXX is used to build main() and30288 fixed; moved addition of PURIFY to LINKCC to configure