Home
last modified time | relevance | path

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

/third_party/python/
H A Dconfigure939 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
[all...]

Completed in 7 milliseconds