This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: RFC: requiring GCC >= 4.7 to build glibc


On Mon, 5 Oct 2015, Florian Weimer wrote:

> On 10/05/2015 10:34 PM, Joseph Myers wrote:
> 
> > Are you saying that binutils 2.22 support is in fact already broken (which 
> > is something I'd take as evidence to justify such a move - that people are 
> > actually using features in glibc that 2.22 doesn't have)?
> 
> Yes, binutils 2.22 is broken on x86_64, and I don't think 2.23 will fix
> it. There are 2.23 versions versions with backported features which
> work.  But I think we currently require upstream binutils 2.24 at least,
> maybe newer.  We have a similar problem on s390x, with even tighter
> requirements.

sysdeps/s390/configure.ac has an explicit check for 2.24 or later.

Fixing glibc to work with 2.23 on x86_64 may make sense (depending on the 
nature of the patch - if it's too complicated we could decide explicitly 
requiring 2.24 or later is better).  Making it work with 2.22 is less 
obviously useful since time-based upgrades would indicate 2.22 support can 
be officially obsoleted.

-- 
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]