change for hpux porting

git-svn-id: svn://10.0.0.236/trunk@43691 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgleeson1%netscape.com 1999-08-19 21:17:31 +00:00
parent 828d3b714f
commit 794f5cd2f3

View File

@ -104,7 +104,9 @@ endif
endif
# HP-UX/PA32
# for gas and gcc, check comment in xptcinvoke_asm_pa32.s
ifeq ($(OS_ARCH),HP-UX)
ifneq ($(CC),gcc)
CPPSRCS = \
xptcinvoke_pa32.cpp \
xptcstubs_pa32.cpp \
@ -114,6 +116,7 @@ ASFILES = \
xptcinvoke_asm_pa32.s \
$(NULL)
endif
endif
# AIX/PPC
ifeq ($(OS_ARCH),AIX)