Home
last modified time | relevance | path

Searched refs:PLATFORM_TRIPLET (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Misc/NEWS.d/
D3.6.0a3.rst477 plat-$(PLATFORM_TRIPLET). Rename the config directory (LIBPL) from
478 config-$(LDVERSION) to config-$(LDVERSION)-$(PLATFORM_TRIPLET). Install the
/external/python/cpython3/
Dconfigure.ac876 PLATFORM_TRIPLET=`grep -v '^#' conftest.out | grep -v '^ *$' | tr -d ' '`
877 AC_MSG_RESULT([$PLATFORM_TRIPLET])
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
890 AC_SUBST(PLATFORM_TRIPLET) subst
4739 SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
4756 if test x$PLATFORM_TRIPLET = x; then
4759 LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}-${PLATFORM_TRIPLET}"
Dconfigure5349 PLATFORM_TRIPLET=`grep -v '^#' conftest.out | grep -v '^ *$' | tr -d ' '`
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PLATFORM_TRIPLET" >&5
5351 $as_echo "$PLATFORM_TRIPLET" >&6; }
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
15288 SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
15307 if test x$PLATFORM_TRIPLET = x; then
15310 LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}-${PLATFORM_TRIPLET}"