Files
build/core/combo/arch/mips/mips32r2dsp.mk
Raghu Gandham 695fee31ad For the current MIPS compiler __builtin___clear_cache() generates synci instruction only with -msynci option
So, add -msynci to all mips32r2 makefiles. Also add msynci to the list flags not recognized by clang.

Change-Id: I48fd6f2b0cbe80c3cd90f453ced97a2f154f7ad3
Signed-off-by: Rocky Zhang <yan@mips.com>
2013-02-07 16:07:01 -08:00

18 lines
325 B
Makefile

# Configuration for Android on MIPS.
# Generating binaries for MIPS32R2/soft-float/little-endian/dsp
ARCH_MIPS_HAS_DSP :=true
ARCH_MIPS_DSP_REV :=1
arch_variant_cflags := \
-EL \
-march=mips32r2 \
-mtune=mips32r2 \
-mips32r2 \
-msoft-float \
-mdsp \
-msynci
arch_variant_ldflags := \
-EL