Bug#729572: Failed to build on mips64el

YunQiang Su wzssyqa at gmail.com
Fri Dec 13 14:34:37 UTC 2013


On Fri, Dec 13, 2013 at 10:15 PM, Alberto Garcia <berto at igalia.com> wrote:
> On Thu, Nov 14, 2013 at 09:23:00PM +0800, YunQiang Su wrote:
>
>> Hi, I am working on Debian port for mips64el, while webkitgtk failed
>> to build.
>
> Hey, thanks for the patch. However, why do you need changes in both
> places?
I didn't test only change one place and not very clear about why there
are 2 places, so I add them both.
>
>>  # disable jit on some architectures (bug #651636)
>> -ifneq (,$(filter $(DEB_BUILD_ARCH),armel mips mipsel))
>> +ifneq (,$(filter $(DEB_BUILD_ARCH),armel mips mipsel mips64el))
>>       COMMON_CONFIGURE_ARGUMENTS += --disable-jit
>>  endif
>>
>>  # See https://bugs.webkit.org/show_bug.cgi?id=113638
>> -ifneq (,$(filter $(DEB_BUILD_ARCH),alpha hppa ia64 powerpc ppc64 sparc sparc64 s390 s390x))
>> +ifneq (,$(filter $(DEB_BUILD_ARCH),alpha hppa ia64 powerpc ppc64 sparc sparc64 s390 s390x mips64el))
>>       CPPFLAGS += -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0
>>  endif
>
> Berto



-- 
YunQiang Su



More information about the Pkg-webkit-maintainers mailing list