зеркало из https://github.com/mozilla/pjs.git
change for hpux porting
This commit is contained in:
Родитель
1a5cab0274
Коммит
a802a5ded7
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче