On Tue, 24 May 2016, Richard Biener wrote: > Can we update to a non-marketing name then, like i586-unknown-freebsd > please? config.gcc accepts i[34567]86-*-freebsd*. It at least confused > me.
Of course, once I hacked config.gcc, I realized that the simple patch below is all you actually may have had in mind. ;-) Applied. But let's still consider the config.guess change for GCC 7 as well, or people might not be _appearing_ to use it, even if it is practically the same? Gerald Index: gcc-7/criteria.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/criteria.html,v retrieving revision 1.2 diff -u -r1.2 criteria.html --- gcc-7/criteria.html 1 Mar 2017 16:07:23 -0000 1.2 +++ gcc-7/criteria.html 4 Mar 2017 16:41:02 -0000 @@ -103,7 +103,7 @@ <ul> <li>aarch64-none-linux-gnu</li> <li>arm-linux-gnueabi</li> -<li>i386-unknown-freebsd</li> +<li>i586-unknown-freebsd</li> <li>i686-pc-linux-gnu</li> <li>mipsisa64-elf</li> <li>powerpc64-unknown-linux-gnu</li>