change for hpux porting
git-svn-id: svn://10.0.0.236/trunk@43691 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
828d3b714f
commit
794f5cd2f3
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user