Home | History | Annotate | Download | only in mips
      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 
      5 ARCH_MIPS_HAS_FPU :=true
      6 ARCH_HAVE_ALIGNED_DOUBLES :=true
      7 arch_variant_cflags := \
      8     -EL \
      9     -march=mips32r2 \
     10     -mtune=mips32r2 \
     11     -mips32r2 \
     12     -mhard-float \
     13     -mno-fused-madd
     14 
     15 arch_variant_ldflags := \
     16     -EL
     17