Enable spidermonkey on alpha & hppa.
It works flawlessly on alpha, crashes right away on hppa, but it's not worse than sparc64 in that regard, so maybe that'll allow more stuff to build on those archs. ok sthen@ ajacoutot@
This commit is contained in:
parent
8e9f812382
commit
1b92a45ed5
@ -1,10 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/01/21 20:02:09 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2013/02/12 20:02:53 landry Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
# 1.8.5 is based on ffx 10 engine, broken at runtime on sparc64
|
||||
# but let's keep it to build more packages
|
||||
# jsapi-tests crashes in js::MarkRangeConservatively() on hppa
|
||||
# some tests crash on mips64
|
||||
# but let's keep them to build more packages
|
||||
# XXX: sync with x11/gtk+3
|
||||
ONLY_FOR_ARCHS = amd64 i386 mips64el mips64 powerpc sparc64
|
||||
ONLY_FOR_ARCHS = alpha amd64 i386 hppa mips64el mips64 powerpc sparc64
|
||||
|
||||
COMMENT = Mozilla C implementation of JavaScript
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2013/01/21 20:02:09 bcallah Exp $
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2013/02/12 20:02:53 landry Exp $
|
||||
Don't do the horrible symlink dance
|
||||
--- Makefile.in.orig Thu Mar 31 21:08:36 2011
|
||||
+++ Makefile.in Fri Jan 18 22:20:16 2013
|
||||
@ -16,7 +16,7 @@ Don't do the horrible symlink dance
|
||||
#############################################
|
||||
|
||||
-ifeq (,$(filter-out powerpc sparc,$(TARGET_CPU)))
|
||||
+ifeq (,$(filter-out powerpc mips64 mips64el sparc sparc64,$(TARGET_CPU)))
|
||||
+ifeq (,$(filter-out powerpc alpha hppa mips64 mips64el sparc sparc64,$(TARGET_CPU)))
|
||||
|
||||
VPATH += $(srcdir)/assembler \
|
||||
$(srcdir)/assembler/wtf \
|
||||
|
Loading…
Reference in New Issue
Block a user