Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > 2ce200b63af73372461a2a8eafb26128 > files > 5

js-1.85-5.mga3.src.rpm

From: Mike Hommey <mh@glandium.org>
Date: Fri, 18 Mar 2011 09:25:57 +0100
Subject: Bug 638056 - Avoid "The cacheFlush support is missing on this
 platform" error on exotic platforms

---
 js/src/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Index: mozjs-1.8.5-1.0.0+dfsg/js/src/Makefile.in
===================================================================
--- mozjs-1.8.5-1.0.0+dfsg.orig/js/src/Makefile.in	2012-01-21 15:57:37.499703219 +0100
+++ mozjs-1.8.5-1.0.0+dfsg/js/src/Makefile.in	2012-01-21 15:57:40.523703229 +0100
@@ -382,7 +382,7 @@
 # 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 \