Lines Matching refs:PLATFORM_TRIPLET
939 PLATFORM_TRIPLET
6826 PLATFORM_TRIPLET=`grep -v '^#' conftest.out | grep -v '^ *$' | tr -d ' '`
6829 PLATFORM_TRIPLET=`echo "$PLATFORM_TRIPLET" | sed 's/linux-gnu/linux-musl/'`
6832 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PLATFORM_TRIPLET" >&5
6833 printf "%s\n" "$PLATFORM_TRIPLET" >&6; }
6855 if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
6856 if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
6859 elif test x$PLATFORM_TRIPLET != x && test x$MULTIARCH = x; then
6860 MULTIARCH=$PLATFORM_TRIPLET
23355 SOABI='cpython-'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
23363 ALT_SOABI='cpython-'`echo $VERSION | tr -d .``echo $ABIFLAGS | tr -d d`${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
23424 if test x$PLATFORM_TRIPLET = x; then
23427 LIBPL='$(prefix)'"/${PLATLIBDIR}/python${VERSION}/config-${LDVERSION}-${PLATFORM_TRIPLET}"