build xptcinvoke_*_mips.* on linux/mips r=pavlov sr=waterson

This commit is contained in:
pavlov%netscape.com 2001-10-09 01:01:48 +00:00
Родитель 915c884c4e
Коммит 9aa2253a54
1 изменённых файлов: 12 добавлений и 0 удалений

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

@ -178,6 +178,18 @@ endif
endif
endif
ifeq ($(OS_ARCH),Linux)
ifeq ($(OS_TEST),mips)
CPPSRCS := xptcinvoke_mips.cpp xptcstubs_unsupported.cpp
ASFILES := xptcinvoke_asm_mips.s
#xptcstubs_mips.cpp
# xptcstubs_asm_mips.s
ifdef GNU_CC
ASFLAGS += $(INCLUDES) -x assembler-with-cpp -D__GNUC__
endif
endif
endif
######################################################################
# PowerPC
######################################################################