mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
Bug 687342 - Move arm.cpp to ARM ifeq block in xpcom/glue/objs.mk to stop MSVC arm.obj LNK4221 warning; r=khuey
This commit is contained in:
parent
77e5d2474d
commit
d633ec4a25
@ -69,7 +69,6 @@ XPCOM_GLUENS_SRC_LCPPSRCS = \
|
||||
BlockingResourceBase.cpp \
|
||||
DeadlockDetector.cpp \
|
||||
SSE.cpp \
|
||||
arm.cpp \
|
||||
unused.cpp \
|
||||
nsProxyRelease.cpp \
|
||||
nsTextFormatter.cpp \
|
||||
@ -77,4 +76,8 @@ XPCOM_GLUENS_SRC_LCPPSRCS = \
|
||||
FileUtils.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifeq (arm,$(TARGET_CPU))
|
||||
XPCOM_GLUENS_SRC_LCPPSRCS += arm.cpp
|
||||
endif
|
||||
|
||||
XPCOM_GLUENS_SRC_CPPSRCS = $(addprefix $(topsrcdir)/xpcom/glue/,$(XPCOM_GLUENS_SRC_LCPPSRCS))
|
||||
|
Loading…
x
Reference in New Issue
Block a user