1 LOCAL_PATH := $(call my-dir) 2 3 include $(CLEAR_VARS) 4 LOCAL_MODULE := mips-fp4-test1-2 5 LOCAL_SRC_FILES := mips-fp4-test1-2.c 6 LOCAL_CFLAGS += -O2 -mips32r2 -save-temps 7 include $(BUILD_EXECUTABLE) 8 9 include $(CLEAR_VARS) 10 LOCAL_MODULE := mips-fp4-test3-6 11 LOCAL_SRC_FILES := mips-fp4-test3-6.c 12 LOCAL_CFLAGS += -O2 -mips32r2 -ffast-math -save-temps 13 include $(BUILD_EXECUTABLE) 14 15