Matthias Klose added the comment:
please could somebody test the attached patch (I'm also trying to setup a
gentoo env)? The idea is to keep the multiarch and triplet macros in sync.
diff -r a7f3678f9509 configure.ac
--- a/configure.ac Sat Aug 20 03:05:13 2016 +0200
+++ b/configure.ac Sat Aug 20 03:54:39 2016 +0200
@@ -882,6 +882,8 @@
if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
AC_MSG_ERROR([internal configure error for the platform triplet, please
file a bug report])
fi
+elif test x$PLATFORM_TRIPLET != x && test x$MULTIARCH = x; then
+ MULTIARCH=$PLATFORM_TRIPLET
fi
if test x$PLATFORM_TRIPLET = x; then
PLATDIR=plat-$MACHDEP
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue23968>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com