From 5ade7e3f6bb43d419402aab2c7adca2173e2c584 Mon Sep 17 00:00:00 2001 From: Duane Sand Date: Thu, 24 Jul 2014 10:56:54 -0700 Subject: [PATCH] [MIPS] Drop soft-fp targets (cherry picked from commit ba23bd0a409bb0e43c57dabee96b2ae52481d5b7) Change-Id: Ica09192c2760d38ceebc14e23a5d3ba94c20764c --- libc/arch-mips/mips.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libc/arch-mips/mips.mk b/libc/arch-mips/mips.mk index 5705c8a95..cb76985f0 100644 --- a/libc/arch-mips/mips.mk +++ b/libc/arch-mips/mips.mk @@ -47,11 +47,6 @@ libc_common_src_files_mips += \ bionic/__strcat_chk.cpp \ -ifneq ($(ARCH_MIPS_HAS_FPU),true) -libc_common_cflags_mips := \ - -DSOFTFLOAT -endif - ########################################## ### CPU specific source files libc_bionic_src_files_mips += \