summaryrefslogtreecommitdiffstats
path: root/core/combo/arch/mips/mips32r2-fp.mk
blob: 08d91dfac2e8b857a5faae7d0c078835def98f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Configuration for Android on MIPS.
# Generating binaries for MIPS32R2/hard-float/little-endian

ARCH_MIPS_HAS_FPU	:=true
ARCH_HAVE_ALIGNED_DOUBLES :=true
arch_variant_cflags := \
    -EL \
    -march=mips32r2 \
    -mtune=mips32r2 \
    -mips32r2 \
    -mhard-float \
    -msynci

arch_variant_ldflags := \
    -EL