This is the mail archive of the gcc-help@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: Is fixinclude needed on modern systems?


Mike Frysinger <vapier@gentoo.org> writes:

> On Tuesday 27 February 2007, Ian Lance Taylor wrote:
> > "Diego 'Flameeyes' PettenÃ" <flameeyes@gmail.com> writes:
> > > I've been working on building a few crosscompilers lately, and since
> > > 4.1.2 release I've now started getting errors with fixinclude target
> > > (probably unrelated), so I've started looking up the need for this, and
> > > I've started wondering if it is still needed on modern systems.
> >
> > Yes, fixincludes is still needed on modern systems.
> 
> any chance of an explanation ?  "yes" doesnt really satisfy the curious ;)

An easy recent example is that gcc's handling of "extern inline"
changed in -std=c99 mode, and fixincludes changes glibc's uses of
"extern inline" accordingly.

Ian


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