summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-js_src_Makefile_in
blob: 483f95418d8f8929b4bcfdf6827dff03c68c505a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mozilla-2.0.orig/js/src/Makefile.in	2011-03-19 00:33:47.000000000 +0100
+++ mozilla-2.0/js/src/Makefile.in	2011-04-24 19:54:11.707672834 +0200
@@ -375,7 +375,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 \