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? > # 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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org