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

Re: FTBFS on powerpc/ppc64el



On 10/20/2014 08:15 AM, Daniel Lintott wrote:
Line 17 in /usr/include/powerpc-linux-gnu/asm/sigcontext.h is:
>
>         unsigned long   _unused[4];
...

common/dynamips_common.h line 83 [1].

>#ifndef _unused
>/* Function that is never used */
>#define _unused  __attribute__((unused))
>#endif
Any ideas on where to go from here?

Hm, is it much to do other than either changing one or the other?
(or making sure it's undefined on every include of that powerpc header).

It's easy to say that the change probably should occur on the (header)
consumer side, but it actually depends on how much changes it causes.

Maybe you can do some trickery w/ cpp (un)define/include.. or convince
upstream to change (if they care enough about powerpc platforms).

Hope this helps,

--
Mauricio Faria de Oliveira
IBM Linux Technology Center


Reply to: