On Thu, May 7, 2015 at 6:42 AM, Justus Winter
<4win...@informatik.uni-hamburg.de> wrote:
> Quoting Samuel Thibault (2015-05-06 21:24:25)
>> David Michael, le Tue 05 May 2015 16:33:45 -0400, a écrit :
>> > Does anyone foresee problems with this method?
>>
>> Well, that imposes using a gcc compiler.
Quoting Samuel Thibault (2015-05-06 21:24:25)
> David Michael, le Tue 05 May 2015 16:33:45 -0400, a écrit :
> > Does anyone foresee problems with this method?
>
> Well, that imposes using a gcc compiler. But we can probably use static
> inline instead?
Yes, I believe so.
Thanks,
Justus
David Michael, le Tue 05 May 2015 16:33:45 -0400, a écrit :
> Does anyone foresee problems with this method?
Well, that imposes using a gcc compiler. But we can probably use static
inline instead?
Samuel
* header.c (WriteServerHeader): Add gnu_inline attribute to output.
---
Hi,
Building GDB for Hurd with GCC5 fails due to some extern inline
functions output from mig. I tried fixing it in mig (as opposed to
changing CFLAGS for GDB) so any other project using mig won't need to
worry about this.