mozilla-arm-cpu-detection.patch
changeset 419 f6b055dd94bc
parent 418 ecd5bb5744dc
child 423 f036c316fb68
equal deleted inserted replaced
418:ecd5bb5744dc 419:f6b055dd94bc
     1 # HG changeset patch
       
     2 # Parent 80b3a069c028690886ade5fdeb0f5d8b435ea368
       
     3 diff --git a/xpcom/glue/objs.mk b/xpcom/glue/objs.mk
       
     4 --- a/xpcom/glue/objs.mk
       
     5 +++ b/xpcom/glue/objs.mk
       
     6 @@ -71,13 +71,13 @@ XPCOM_GLUENS_SRC_LCPPSRCS =      \
       
     7    SSE.cpp                        \
       
     8    unused.cpp                     \
       
     9    nsProxyRelease.cpp             \
       
    10    nsTextFormatter.cpp            \
       
    11    GenericFactory.cpp             \
       
    12    FileUtils.cpp                  \
       
    13    $(NULL)
       
    14  
       
    15 -ifeq (arm,$(TARGET_CPU))
       
    16 +ifneq (,$(filter arm%,$(TARGET_CPU)))
       
    17  XPCOM_GLUENS_SRC_LCPPSRCS += arm.cpp
       
    18  endif
       
    19  
       
    20  XPCOM_GLUENS_SRC_CPPSRCS = $(addprefix $(topsrcdir)/xpcom/glue/,$(XPCOM_GLUENS_SRC_LCPPSRCS))