change for hpux porting

This commit is contained in:
mgleeson1%netscape.com 1999-08-19 21:17:31 +00:00
parent 6c4fdf96d7
commit a681c7c7c6

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)