summaryrefslogtreecommitdiffstats
path: root/core/combo/arch/mips/mips32r2dsp.mk
blob: e67adc7e40c03ef4e05880b60181b4852c90a5a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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

arch_variant_ldflags := \
    -EL