bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "x86" configuration not supported by m4/stack-direction.m4


From: Bruno Haible
Subject: Re: "x86" configuration not supported by m4/stack-direction.m4
Date: Thu, 16 Dec 2021 18:01:29 +0100

Thomas Weißschuh wrote:
> it seems m4/stack-direction.m4 is missing an entry for the "x86" cpu
> configuration which is regarded as valid by config.sub.
> (autoconf 2.71, converted to "x86-unknown-none")

"x86" is an ambiguous term, because it encompasses also 8086, 80186, 80286;
these are CPUs which cannot run a modern operating system.

You should instead use
  i386
  i486
  i586
  i686
  i786
       for processors with 32-bit instruction set (a.k.a. IA-32),
  x86_64
       for processors with 64-bit instruction set (a.k.a. AMD64 or
       EM64T)
  ia64
       for processors with VLIW 64-bit instruction set (a.k.a. IA-64).

Bruno






reply via email to

[Prev in Thread] Current Thread [Next in Thread]