Home | History | Annotate | Download | only in mips64
      1 # Configuration for Android on mips64r2.
      2 
      3 # This target is for temporary use only, until mips64r6 is supported by Android's qemu.
      4 
      5 ARCH_MIPS_HAS_FPU	:=true
      6 ARCH_HAVE_ALIGNED_DOUBLES :=true
      7 arch_variant_cflags := \
      8     -mips64r2 \
      9     -msynci
     10 
     11