mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 12:59:21 +08:00
Cygwin: drop PROCESSOR_ARCHITECTURE_INTEL from uname
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
83f8e24f0b
commit
830a9b707c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user