Add AIX/ppc source files for compiling

git-svn-id: svn://10.0.0.236/trunk@32856 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdunn%netscape.com 1999-05-27 02:56:47 +00:00
parent 7db211aa5c
commit 67de40dbf5

View File

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