Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2012 14:23:19 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        George Liaskos <geo.liaskos@gmail.com>
Cc:        chromium@FreeBSD.org
Subject:   Re: chromium-19.0.1084.52 build failed with gcc 4.6 on amd 10h cpu
Message-ID:  <4FC60327.7050607@FreeBSD.org>
In-Reply-To: <CANcjpODckwCdMXDdfum37nOVO%2BdFwy-GGMPiJmA7ScQSHWPp9Q@mail.gmail.com>
References:  <4FC47CF8.7020909@FreeBSD.org> <CANcjpODFwTL6_5pJ2uvv2vMpsbfV%2BA3qx2Zx0njuV=Ts%2BuObjg@mail.gmail.com> <4FC5F236.1020809@FreeBSD.org> <CANcjpODckwCdMXDdfum37nOVO%2BdFwy-GGMPiJmA7ScQSHWPp9Q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
on 30/05/2012 13:59 George Liaskos said the following:
> Duhh, sorry I am multitasking at work.
> 
> Then if i understand correctly we should drop the dependency to the
> skia_opts_ssse3 target.
> There is a line[1135] which does this for android, try to add freebsd
> in the condition.
> 
> The skia_opts_ssse3 target includes SkBitmapProcState_opts_SSSE3.cpp,
> which uses tmmintrin.h.

Apologies if I wasn't clear originally...
I think that the problem is that -mssse3 must be passed to a compiler when
compiling skia_opts_ssse3 target and then everything would compile as it should.
But for some reason that is not done.
I suspect some problem is the .gyp file or gyp utility or somewhere else.
E.g. if I add an non-existing flag '-favg-avg' in the same cflags list where
'-mssse3' is specified, then the -favg-avg flag appears in the generated
skia/skia_opts_ssse3.target.mk file.  But -mssse3 doesn't appear there...
What 'eats' it I don't know yet.

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FC60327.7050607>