Message273182
| Author | doko |
|---|---|
| Recipients | Arfrever, barry, doko, freakboy3742, koobs, larry, ncoghlan, ned.deily, python-dev, rkuska, sYnfo, thomas-petazzoni, vstinner, wscullin, xdegaye, yan12125, zach.ware |
| Date | 2016-08-20.01:56:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1471658194.36.0.337978236388.issue23968@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-20 01:56:34 | doko | set | recipients: + doko, barry, ncoghlan, vstinner, larry, ned.deily, Arfrever, freakboy3742, xdegaye, python-dev, zach.ware, koobs, sYnfo, thomas-petazzoni, rkuska, wscullin, yan12125 |
| 2016-08-20 01:56:34 | doko | set | messageid: <1471658194.36.0.337978236388.issue23968@psf.upfronthosting.co.za> |
| 2016-08-20 01:56:34 | doko | link | issue23968 messages |
| 2016-08-20 01:56:33 | doko | create | |