summaryrefslogtreecommitdiffstats
path: root/core/combo/arch/mips/mips32r2-fp-xburst.mk
blob: 2b4f714844e16f6d30604564beaaf76ffdbfd003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Configuration for Android on Ingenic xb4780/Xburst MIPS CPU.
# Generating binaries for MIPS32R2/hard-float/little-endian without
# support for the Madd family of instructions.

ARCH_MIPS_HAS_FPU :=true
ARCH_HAVE_ALIGNED_DOUBLES :=true
arch_variant_cflags := \
    -mips32r2 \
    -mfp32 \
    -modd-spreg \
    -mno-fused-madd \
    -Wa,-mmxu

arch_variant_ldflags := \
    -Wl,-melf32ltsmip