blob: f2dc6e8df397b2ba0df90bc66fc560d040578329 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- mozilla-release.orig/js/src/Makefile.in 2011-07-08 03:15:23.000000000 +0200
+++ mozilla-release/js/src/Makefile.in 2011-07-29 15:50:36.000000000 +0200
@@ -391,7 +391,7 @@ CPPSRCS += checks.cc \
# END enclude sources for V8 dtoa
#############################################
-ifeq (,$(filter-out powerpc sparc,$(TARGET_CPU)))
+ifeq (,$(filter arm %86 x86_64,$(TARGET_CPU)))
VPATH += $(srcdir)/assembler \
$(srcdir)/assembler/wtf \
|