Searched refs:LINKCC (Results 1 – 7 of 7) sorted by relevance
39 LINKCC= @LINKCC@589 …$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(BLDLIBRARY) $(LIBS) $(MODL…724 …$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(…732 …$(LINKCC) $(PY_CORE_LDFLAGS) -o $@ Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS…
1029 # LINKCC is the command that links the python executable -- default is $(CC).1031 # compiled with CXX, LINKCC is CXX instead. Always using CXX is undesirable:1033 AC_SUBST(LINKCC) subst1034 AC_MSG_CHECKING(LINKCC)1035 if test -z "$LINKCC"1037 LINKCC='$(PURIFY) $(MAINCC)'1042 LINKCC=qcc;;1045 AC_MSG_RESULT($LINKCC)
5849 if test -z "$LINKCC"5851 LINKCC='$(PURIFY) $(MAINCC)'5856 LINKCC=qcc;;5859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINKCC" >&55860 $as_echo "$LINKCC" >&6; }
404 using g++ (change LINKCC in the Python Modules Makefile), and link your
745 .. envvar:: LINKCC
2013 LINKCC= @LINKCC@2112 + $(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -municode -mwindows -o $@ Programs/python.o $(BLDLI…2116 - $(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(BLDLIBRARY) $(LIBS) $(MOD…2118 + $(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -municode -o $@ Programs/python.o $(BLDLIBRARY) $(L…2162 …$(LINKCC) $(PY_CORE_LDFLAGS) -o $@ Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS…
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