These are all either recently unused due to the removal of CFLAGS/etc, or have been exported by Soong and are no longer necessary. Change-Id: I5930d43fda21acc8202b3d8ea010fbefb6ae4cf1
8 lines
215 B
Makefile
8 lines
215 B
Makefile
# Configuration for Android on MIPS.
|
|
# Generating binaries for MIPS32R2/hard-float/little-endian/dsp
|
|
|
|
ARCH_MIPS_HAS_DSP :=true
|
|
ARCH_MIPS_DSP_REV :=1
|
|
ARCH_MIPS_HAS_FPU :=true
|
|
ARCH_HAVE_ALIGNED_DOUBLES :=true
|