This commit is contained in:
mgleeson1%netscape.com 1999-08-19 21:17:31 +00:00
Родитель 1a5cab0274
Коммит a802a5ded7
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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)