diff -r aafdccaf5ded -r 5f3bccaf6d52 mozilla-arm-cpu-detection.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mozilla-arm-cpu-detection.patch Tue Mar 06 07:31:21 2012 +0100 @@ -0,0 +1,20 @@ +# HG changeset patch +# Parent 80b3a069c028690886ade5fdeb0f5d8b435ea368 +diff --git a/xpcom/glue/objs.mk b/xpcom/glue/objs.mk +--- a/xpcom/glue/objs.mk ++++ b/xpcom/glue/objs.mk +@@ -71,13 +71,13 @@ XPCOM_GLUENS_SRC_LCPPSRCS = \ + SSE.cpp \ + unused.cpp \ + nsProxyRelease.cpp \ + nsTextFormatter.cpp \ + GenericFactory.cpp \ + FileUtils.cpp \ + $(NULL) + +-ifeq (arm,$(TARGET_CPU)) ++ifneq (,$(filter arm%,$(TARGET_CPU))) + XPCOM_GLUENS_SRC_LCPPSRCS += arm.cpp + endif + + XPCOM_GLUENS_SRC_CPPSRCS = $(addprefix $(topsrcdir)/xpcom/glue/,$(XPCOM_GLUENS_SRC_LCPPSRCS))