зеркало из https://github.com/mozilla/pjs.git
build xptcinvoke_*_mips.* on linux/mips r=pavlov sr=waterson
This commit is contained in:
Родитель
915c884c4e
Коммит
9aa2253a54
|
@ -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
|
||||
######################################################################
|
||||
|
|
Загрузка…
Ссылка в новой задаче