Attempting to turn xpconnect on for Solars/sparc and Solaris/intel.

This commit is contained in:
mcafee%netscape.com 1999-05-10 08:15:45 +00:00
parent 492b4cef0f
commit e84cf8d605

View File

@ -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= \