mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 18:31:29 +00:00
Attempting to turn xpconnect on for Solars/sparc and Solaris/intel.
This commit is contained in:
parent
492b4cef0f
commit
e84cf8d605
@ -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= \
|
||||
|
Loading…
Reference in New Issue
Block a user