Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/pysvr/
DMakefile9 LINKCC=$(PURIFY) $(CC) macro
49 $(LINKCC) pysvr.o $(LIBS) -o pysvr
/external/python/cpython2/
Dconfigure.ac797 # LINKCC is the command that links the python executable -- default is $(CC).
799 # compiled with CXX, LINKCC is CXX instead. Always using CXX is undesirable:
803 AC_SUBST(LINKCC) subst
804 AC_MSG_CHECKING(LINKCC)
805 if test -z "$LINKCC"
807 LINKCC='$(PURIFY) $(MAINCC)'
815 LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;
819 LINKCC=qcc;;
822 AC_MSG_RESULT($LINKCC)
DMakefile.pre.in38 LINKCC= @LINKCC@
510 $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
Dconfigure5311 if test -z "$LINKCC"
5313 LINKCC='$(PURIFY) $(MAINCC)'
5321 LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;
5325 LINKCC=qcc;;
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINKCC" >&5
5329 $as_echo "$LINKCC" >&6; }
DREADME1088 python executable, then set LINKCC on the configure command line.
/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