Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/pysvr/
DMakefile9 LINKCC=$(PURIFY) $(CC) macro
49 $(LINKCC) pysvr.o $(LIBS) -o pysvr
/external/oss-fuzz/projects/mercurial/
Dbuild.sh48 --prefix=$OUT/sanpy CFLAGS="${CFLAGS}" LINKCC="${CXX}" \
/external/python/cpython2/
Dconfigure.ac811 # 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) subst
818 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)
DMakefile.pre.in38 LINKCC= @LINKCC@
490 $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
Dconfigure5365 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" >&5
5383 $as_echo "$LINKCC" >&6; }
DREADME1089 python executable, then set LINKCC on the configure command line.
/external/python/cpython3/
DMakefile.pre.in39 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…
Dconfigure.ac1023 # 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) subst
1028 AC_MSG_CHECKING(LINKCC)
1029 if test -z "$LINKCC"
1031 LINKCC='$(PURIFY) $(MAINCC)'
1036 LINKCC=qcc;;
1039 AC_MSG_RESULT($LINKCC)
Dconfigure5803 if test -z "$LINKCC"
5805 LINKCC='$(PURIFY) $(MAINCC)'
5810 LINKCC=qcc;;
5813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINKCC" >&5
5814 $as_echo "$LINKCC" >&6; }
/external/python/cpython3/Doc/faq/
Dextending.rst435 using g++ (change LINKCC in the Python Modules Makefile), and link your
/external/python/cpython2/Doc/faq/
Dextending.rst442 using g++ (change LINKCC in the Python Modules Makefile), and link your
/external/python/cpython2/Misc/
DHISTORY996 specified. (Can be overridden by explicitly setting LINKCC.) Decouple
2021 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() and
12909 fixed; moved addition of PURIFY to LINKCC to configure
/external/python/cpython3/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