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     -mips32r2 \
      9     -mfp32 \
     10     -modd-spreg \
     11     -mno-fused-madd \
     12     -Wa,-mmxu \
     13     -mno-synci
     14 
     15 arch_variant_ldflags := \
     16     -Wl,-melf32ltsmip
     17