Bug 388276 - Build failed on solaris x86 due to checkin for 372428. Patch by Leon Sha <leon.sha@sun.com>, r=cls

This commit is contained in:
jwalden@mit.edu 2007-07-17 14:23:24 -07:00
parent fc1f4ed8a0
commit aed9b5ce09
2 changed files with 3 additions and 3 deletions

View File

@ -166,7 +166,7 @@ EXTRA_DSO_LDOPTS += $(NSPR_LIBS)
# When using gcc the assembly is inlined in the C-file (see jslock.c)
ifeq ($(OS_ARCH),SunOS)
ifneq ($(OS_TEST),i86pc)
ifneq (86,$(findstring 86,$(OS_TEST)))
ifndef GNU_CC
ASFILES = lock_$(OS_ARCH).s
endif

View File

@ -113,7 +113,7 @@ endif
# Solaris/Intel
#
ifeq ($(OS_ARCH),SunOS)
ifeq ($(OS_TEST),i86pc)
ifeq (86,$(findstring 86,$(OS_TEST)))
CPPSRCS := xptcinvoke_x86_solaris.cpp xptcstubs_x86_solaris.cpp
# 28817: if Solaris Intel OS, and native compiler, always build optimised.
ifndef GNU_CC
@ -427,7 +427,7 @@ xptcstubs_asm_openvms_alpha.o: $(PUBLIC)/xptcstubsdef.inc $(srcdir)/xptcstubs_as
endif
ifeq ($(OS_ARCH),SunOS)
ifeq ($(OS_TEST),i86pc)
ifeq (86,$(findstring 86,$(OS_TEST)))
ifndef GNU_CC
xptcstubs_asm_x86_solaris_SUNW.o: $(PUBLIC)/xptcstubsdef.inc $(srcdir)/xptcstubs_asm_x86_solaris_SUNW.s
sed \