mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 652628 - Use arm% in the opt-in for the nitro assembler. r=cdleary
This commit is contained in:
parent
d0bab4f594
commit
27029c6f5c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user