From 4a499a150d592b7c1de7bbc626b9bcc0bcca6c74 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 16 Jul 2015 22:13:08 -0500 Subject: enable fast-math together with ARM neon --- toolchain/glibc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain/glibc') diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile index 75d2e70e9..cecb784c9 100644 --- a/toolchain/glibc/Makefile +++ b/toolchain/glibc/Makefile @@ -4,6 +4,8 @@ include $(ADK_TOPDIR)/rules.mk include ../rules.mk +TARGET_CFLAGS:= $(filter-out -ffast-math,$(TARGET_CFLAGS)) + # glibc does not compile with Os TARGET_CFLAGS:= $(subst Os,O2,$(TARGET_CFLAGS)) ifneq ($(ADK_DEBUG),) -- cgit v1.2.3