public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: drop PROCESSOR_ARCHITECTURE_INTEL from uname
@ 2022-05-16 16:17 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2022-05-16 16:17 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=830a9b707caa5e343b6ffce7fcb2d3ca97e3259c

commit 830a9b707caa5e343b6ffce7fcb2d3ca97e3259c
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Mon May 16 18:17:01 2022 +0200

    Cygwin: drop PROCESSOR_ARCHITECTURE_INTEL from uname
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/uname.cc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/winsup/cygwin/uname.cc b/winsup/cygwin/uname.cc
index 41138150c..68fa51166 100644
--- a/winsup/cygwin/uname.cc
+++ b/winsup/cygwin/uname.cc
@@ -56,9 +56,6 @@ uname_x (struct utsname *name)
       /* machine */
       switch (wincap.cpu_arch ())
 	{
-	  case PROCESSOR_ARCHITECTURE_INTEL:
-	    strcat (name->release, strcpy (name->machine, "i686"));
-	    break;
 	  case PROCESSOR_ARCHITECTURE_AMD64:
 	    strcat (name->release, strcpy (name->machine, "x86_64"));
 	    break;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-16 16:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 16:17 [newlib-cygwin] Cygwin: drop PROCESSOR_ARCHITECTURE_INTEL from uname Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).