This is the mail archive of the gcc@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]

Re: Deprecate i386 for GCC 4.8?


On Wed, 12 Dec 2012, Steven Bosscher wrote:

> Linux support for i386 has been removed. Should we do the same for GCC?

FWIW, glibc hasn't really supported i386 for several years (at least with 
the Linux kernel; I don't know about Hurd), since NPTL requires atomic 
operations that i386 doesn't have, so fails to link unless you use 
-march=i486 or later.

-- 
Joseph S. Myers
joseph@codesourcery.com


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