Bug#547797: [PATCH] webkit build failure on ia64

Colin Watson cjwatson at ubuntu.com
Tue Sep 22 12:16:38 UTC 2009


On Tue, Sep 22, 2009 at 08:57:19AM -0300, Gustavo Noronha Silva wrote:
> On Tue, 2009-09-22 at 11:18 +0200, Mike Hommey wrote:
> > >  #if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64)
> > > -#if PLATFORM(X86_64) && (PLATFORM(MAC) || PLATFORM(LINUX))
> > > +#if (PLATFORM(X86_64) && (PLATFORM(MAC) || PLATFORM(LINUX))) || PLATFORM(IA64)
> > >  #define WTF_USE_JSVALUE64 1
> > >  #elif PLATFORM(ARM) || PLATFORM(PPC64)
> > >  #define WTF_USE_JSVALUE32 1
> 
> It looks sane to me. It assumes any ia64 will need it, regardless of the
> OS it's running, but I believe that doesn't matter much for ia64 =P

Yeah, I figured that didn't matter. :-) From what I remember, HP-UX
would want the same thing.

-- 
Colin Watson                                       [cjwatson at ubuntu.com]





More information about the Pkg-webkit-maintainers mailing list