From e84cf8d60502fe94efca387ad761652aaf69d7fd Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Mon, 10 May 1999 08:15:45 +0000 Subject: [PATCH] Attempting to turn xpconnect on for Solars/sparc and Solaris/intel. --- js/src/xpconnect/src/Makefile.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/js/src/xpconnect/src/Makefile.in b/js/src/xpconnect/src/Makefile.in index f17af1360515..5c4a203a03cb 100644 --- a/js/src/xpconnect/src/Makefile.in +++ b/js/src/xpconnect/src/Makefile.in @@ -31,12 +31,20 @@ MODULE=xpconnect # XXX hackage! # only copy the .so to components dir on platforms where xptcall is supported -ifneq (,$(filter Linux FreeBSD NetBSD BSD_OS,$(OS_ARCH))) +ifneq (,$(filter SunOS Linux FreeBSD NetBSD BSD_OS,$(OS_ARCH))) ifeq (86,$(findstring 86,$(OS_TEST))) IS_COMPONENT = 1 endif endif +# Solaris/sparc +ifneq (,$(filter SunOS,$(OS_ARCH))) +ifneq (86,$(findstring 86,$(OS_TEST))) +IS_COMPONENT = 1 +endif +endif + + DEFINES += -DJSFILE -DJS_THREADSAFE CPPSRCS= \