зеркало из https://github.com/mozilla/pjs.git
Add AIX/ppc source files for compiling
This commit is contained in:
Родитель
318b49f72d
Коммит
dd097c18c7
|
@ -57,6 +57,18 @@ ASFILES = \
|
|||
endif
|
||||
endif
|
||||
|
||||
# AIX/PPC
|
||||
ifeq (AIX,$(filter AIX,$(OS_ARCH)))
|
||||
CPPSRCS = \
|
||||
xptcinvoke_ppc_aix.cpp \
|
||||
xptcstubs_ppc_aix.cpp \
|
||||
$(NULL)
|
||||
ASFILES = \
|
||||
xptcinvoke_asm_ppc_aix.s \
|
||||
xptcstubs_asm_ppc_aix.s \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
override NO_SHARED_LIB=1
|
||||
override NO_STATIC_LIB=
|
||||
|
|
Загрузка…
Ссылка в новой задаче