This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

i386-unknown-freebsd -> i586-unknown-freebsd (was: [Patch wwwdocs] Add aarch64-none-linux-gnu as a primary platform for GCC-7)


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]