6340f3a17a
https://bugzilla.mozilla.org/show_bug.cgi?id=648721 While here grab js/src/Makefile.in patch from https://bug638056.bugzilla.mozilla.org/attachment.cgi?id=520157 and add the hg rev of the commited sparc64 fix for opentype
14 lines
529 B
Plaintext
14 lines
529 B
Plaintext
$OpenBSD: patch-js_src_Makefile_in,v 1.2 2011/04/15 11:43:46 landry Exp $
|
|
https://bug638056.bugzilla.mozilla.org/attachment.cgi?id=520157
|
|
--- js/src/Makefile.in.orig Sat Mar 19 00:33:47 2011
|
|
+++ js/src/Makefile.in Fri Apr 15 11:18:48 2011
|
|
@@ -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 \
|