Searched refs:LINKCC (Results 1 – 13 of 13) sorted by relevance
9 LINKCC=$(PURIFY) $(CC) macro49 $(LINKCC) pysvr.o $(LIBS) -o pysvr
48 --prefix=$OUT/sanpy CFLAGS="${CFLAGS}" LINKCC="${CXX}" \
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@590 …$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(BLDLIBRARY) $(LIBS) $(MODL…725 …$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(…733 …$(LINKCC) $(PY_CORE_LDFLAGS) -o $@ Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS…
1023 # LINKCC is the command that links the python executable -- default is $(CC).1025 # compiled with CXX, LINKCC is CXX instead. Always using CXX is undesirable:1027 AC_SUBST(LINKCC) subst1028 AC_MSG_CHECKING(LINKCC)1029 if test -z "$LINKCC"1031 LINKCC='$(PURIFY) $(MAINCC)'1036 LINKCC=qcc;;1039 AC_MSG_RESULT($LINKCC)
5803 if test -z "$LINKCC"5805 LINKCC='$(PURIFY) $(MAINCC)'5810 LINKCC=qcc;;5813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINKCC" >&55814 $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