We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee08d8e commit 7fb142cCopy full SHA for 7fb142c
configure.ac
@@ -923,7 +923,7 @@ fi
923
AC_MSG_CHECKING([for the platform triplet based on compiler characteristics])
924
if $CPP $CPPFLAGS $srcdir/Misc/platform_triplet.c >conftest.out 2>/dev/null; then
925
PLATFORM_TRIPLET=`grep '^PLATFORM_TRIPLET=' conftest.out | tr -d ' '`
926
- PLATFORM_TRIPLET="${PLATFORM_TRIPLET#PLATFORM_TRIPLET=}"
+ PLATFORM_TRIPLET="${PLATFORM_TRIPLET@%:@PLATFORM_TRIPLET=}"
927
AC_MSG_RESULT([$PLATFORM_TRIPLET])
928
else
929
AC_MSG_RESULT([none])
0 commit comments