Home
last modified time | relevance | path

Searched refs:LINKCC (Results 1 – 7 of 7) sorted by relevance

/third_party/python/
DMakefile.pre.in39 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…
Dconfigure.ac1029 # 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) subst
1034 AC_MSG_CHECKING(LINKCC)
1035 if test -z "$LINKCC"
1037 LINKCC='$(PURIFY) $(MAINCC)'
1042 LINKCC=qcc;;
1045 AC_MSG_RESULT($LINKCC)
Dconfigure5849 if test -z "$LINKCC"
5851 LINKCC='$(PURIFY) $(MAINCC)'
5856 LINKCC=qcc;;
5859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINKCC" >&5
5860 $as_echo "$LINKCC" >&6; }
/third_party/python/Doc/faq/
Dextending.rst404 using g++ (change LINKCC in the Python Modules Makefile), and link your
/third_party/python/Doc/using/
Dconfigure.rst745 .. envvar:: LINKCC
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch2013 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…
/third_party/python/Misc/
DHISTORY18380 specified. (Can be overridden by explicitly setting LINKCC.) Decouple
19405 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() and
30288 fixed; moved addition of PURIFY to LINKCC to configure