• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Configuration for Android on MIPS.
2# Generating binaries for MIPS32R2/hard-float/little-endian/dsp
3
4ARCH_MIPS_HAS_DSP  	:=true
5ARCH_MIPS_DSP_REV	:=2
6ARCH_MIPS_HAS_FPU       :=true
7ARCH_HAVE_ALIGNED_DOUBLES :=true
8arch_variant_cflags := \
9    -EL \
10    -march=mips32r2 \
11    -mtune=mips32r2 \
12    -mips32r2 \
13    -mhard-float \
14    -mdspr2 \
15    -msynci
16
17arch_variant_ldflags := \
18    -EL
19