1# Configuration for Android on Ingenic xb4780/Xburst MIPS CPU. 2# Generating binaries for MIPS32R2/hard-float/little-endian without 3# support for the Madd family of instructions. 4 5ARCH_MIPS_HAS_FPU :=true 6ARCH_HAVE_ALIGNED_DOUBLES :=true 7arch_variant_cflags := \ 8 -EL \ 9 -march=mips32r2 \ 10 -mtune=mips32r2 \ 11 -mips32r2 \ 12 -mhard-float \ 13 -mno-fused-madd 14 15arch_variant_ldflags := \ 16 -EL 17