Bug 652628 - Use arm% in the opt-in for the nitro assembler. r=cdleary

This commit is contained in:
Mike Hommey 2011-04-27 08:23:21 +02:00
parent d0bab4f594
commit 27029c6f5c

View File

@ -399,7 +399,7 @@ CPPSRCS += checks.cc \
# END enclude sources for V8 dtoa
#############################################
ifeq (,$(filter arm %86 x86_64,$(TARGET_CPU)))
ifeq (,$(filter arm% %86 x86_64,$(TARGET_CPU)))
VPATH += $(srcdir)/assembler \
$(srcdir)/assembler/wtf \