Commit 21da0e38 authored by Konstantin Pavlov's avatar Konstantin Pavlov

Contribs: fix postproc build on mips.

parent f5ed9fca
...@@ -36,6 +36,11 @@ POSTPROC_CFLAGS += -mfloat-abi=softfp -mfpu=neon ...@@ -36,6 +36,11 @@ POSTPROC_CFLAGS += -mfloat-abi=softfp -mfpu=neon
endif endif
endif endif
# MIPS stuff
ifeq ($(ARCH),mipsel)
POSTPROCCONF += --arch=mips
endif
# x86 stuff # x86 stuff
ifeq ($(ARCH),i386) ifeq ($(ARCH),i386)
POSTPROCCONF += --arch=x86 POSTPROCCONF += --arch=x86
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment