Home
last modified time | relevance | path

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

/external/python/cpython2/
DMakefile.pre.in96 MULTIARCH= @MULTIARCH@
1165 if [ -n "$(MULTIARCH)" ]; then export MULTIARCH; MULTIARCH=$(MULTIARCH); fi; \
Dconfigure.ac713 MULTIARCH=$($CC --print-multiarch 2>/dev/null)
714 AC_SUBST(MULTIARCH) subst
Dconfigure4788 MULTIARCH=$($CC --print-multiarch 2>/dev/null)
/external/python/cpython3/Python/
Dsysmodule.c2223 #ifdef MULTIARCH in make_impl_info()
2224 value = PyUnicode_FromString(MULTIARCH); in make_impl_info()
/external/python/cpython3/
Dconfigure.ac78 …(srcdir)/Lib _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(MULTIARCH) '$interp
727 MULTIARCH=$($CC --print-multiarch 2>/dev/null)
728 AC_SUBST(MULTIARCH) subst
883 if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
884 if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
887 elif test x$PLATFORM_TRIPLET != x && test x$MULTIARCH = x; then
888 MULTIARCH=$PLATFORM_TRIPLET
891 if test x$MULTIARCH != x; then
892 MULTIARCH_CPPFLAGS="-DMULTIARCH=\\\"$MULTIARCH\\\""
DMakefile.pre.in127 MULTIARCH= @MULTIARCH@
1389 $(INSTALL_DATA) `cat pybuilddir.txt`/_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(MULTIARCH).py \
1532 -rm $(DESTDIR)$(DESTSHARED)/_sysconfigdata_$(ABIFLAGS)_$(MACHDEP)_$(MULTIARCH).py
Dconfigure5199 MULTIARCH=$($CC --print-multiarch 2>/dev/null)
5358 if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
5359 if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
5362 elif test x$PLATFORM_TRIPLET != x && test x$MULTIARCH = x; then
5363 MULTIARCH=$PLATFORM_TRIPLET
5366 if test x$MULTIARCH != x; then
5367 MULTIARCH_CPPFLAGS="-DMULTIARCH=\\\"$MULTIARCH\\\""