On Fri, Dec 13, 2013 at 10:15 PM, Alberto Garcia <be...@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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org