mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Adding Solaris/sparc and Solaris/intel
This commit is contained in:
parent
748f7a4f12
commit
d9cf4219c6
@ -35,7 +35,8 @@ CPPSRCS = \
|
||||
xptcstubs_unsupported.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifneq (,$(filter Linux FreeBSD NetBSD BSD_OS,$(OS_ARCH)))
|
||||
# SunOS i86pc should use the intel code too.
|
||||
ifneq (,$(filter SunOS Linux FreeBSD NetBSD BSD_OS,$(OS_ARCH)))
|
||||
ifeq (86,$(findstring 86,$(OS_TEST)))
|
||||
CPPSRCS = \
|
||||
xptcinvoke_unixish_x86.cpp \
|
||||
@ -44,17 +45,18 @@ CPPSRCS = \
|
||||
endif
|
||||
endif
|
||||
|
||||
#ifneq (,$(filter SunOS,$(OS_ARCH)))
|
||||
#CPPSRCS = \
|
||||
# xptcinvoke_sparc_solaris.cpp \
|
||||
# xptcstubs_sparc_solaris.cpp \
|
||||
# $(NULL)
|
||||
#
|
||||
#ASFILES = \
|
||||
# xptcinvoke_asm_sparc_solaris.s \
|
||||
# xptcstubs_asm_sparc_solaris.s \
|
||||
# $(NULL)
|
||||
#endif
|
||||
# Solaris/sparc
|
||||
ifneq (,$(filter SunOS,$(OS_ARCH)))
|
||||
CPPSRCS = \
|
||||
xptcinvoke_sparc_solaris.cpp \
|
||||
xptcstubs_sparc_solaris.cpp \
|
||||
$(NULL)
|
||||
|
||||
ASFILES = \
|
||||
xptcinvoke_asm_sparc_solaris.s \
|
||||
xptcstubs_asm_sparc_solaris.s \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -35,7 +35,8 @@ CPPSRCS = \
|
||||
xptcstubs_unsupported.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifneq (,$(filter Linux FreeBSD NetBSD BSD_OS,$(OS_ARCH)))
|
||||
# SunOS i86pc should use the intel code too.
|
||||
ifneq (,$(filter SunOS Linux FreeBSD NetBSD BSD_OS,$(OS_ARCH)))
|
||||
ifeq (86,$(findstring 86,$(OS_TEST)))
|
||||
CPPSRCS = \
|
||||
xptcinvoke_unixish_x86.cpp \
|
||||
@ -44,17 +45,18 @@ CPPSRCS = \
|
||||
endif
|
||||
endif
|
||||
|
||||
#ifneq (,$(filter SunOS,$(OS_ARCH)))
|
||||
#CPPSRCS = \
|
||||
# xptcinvoke_sparc_solaris.cpp \
|
||||
# xptcstubs_sparc_solaris.cpp \
|
||||
# $(NULL)
|
||||
#
|
||||
#ASFILES = \
|
||||
# xptcinvoke_asm_sparc_solaris.s \
|
||||
# xptcstubs_asm_sparc_solaris.s \
|
||||
# $(NULL)
|
||||
#endif
|
||||
# Solaris/sparc
|
||||
ifneq (,$(filter SunOS,$(OS_ARCH)))
|
||||
CPPSRCS = \
|
||||
xptcinvoke_sparc_solaris.cpp \
|
||||
xptcstubs_sparc_solaris.cpp \
|
||||
$(NULL)
|
||||
|
||||
ASFILES = \
|
||||
xptcinvoke_asm_sparc_solaris.s \
|
||||
xptcstubs_asm_sparc_solaris.s \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user