Hi, I occasionally get questions about powerpc64le-linux-gnu being a primary platform for GCC, since the release criteria don't specifically call it out (see https://gcc.gnu.org/gcc-8/criteria.html). Currently powerpc64-linux-gnu (for big-endian) is listed instead, which is misleading. I wonder if we could make it clearer that both endianness flavors are considered primary platforms. One possibility is below, but I'd be happy with any other way of getting this across.
Thanks for considering! Bill Index: criteria.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/criteria.html,v retrieving revision 1.2 diff -r1.2 criteria.html 110c110 < <li>powerpc64-unknown-linux-gnu</li> --- > <li>powerpc64{,le}-unknown-linux-gnu</li>