From 1563992d424835df3926dc77c9203c2ff9d710f5 Mon Sep 17 00:00:00 2001 From: fincs Date: Tue, 20 Feb 2018 02:27:28 +0100 Subject: [PATCH] Remove -ffast-math (#13) --- audio/playtone/Makefile | 1 - graphics/printing/hello-world/Makefile | 1 - graphics/simplegfx/Makefile | 1 - hid/irsensor/Makefile | 1 - templates/application/Makefile | 1 - usb/usbds/Makefile | 1 - 6 files changed, 6 deletions(-) diff --git a/audio/playtone/Makefile b/audio/playtone/Makefile index 9a7fd1b..67a9c37 100644 --- a/audio/playtone/Makefile +++ b/audio/playtone/Makefile @@ -42,7 +42,6 @@ EXEFS_SRC := exefs_src ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 \ - -ffast-math \ $(ARCH) $(DEFINES) CFLAGS += $(INCLUDE) -DSWITCH diff --git a/graphics/printing/hello-world/Makefile b/graphics/printing/hello-world/Makefile index e4beac7..ecaa1ae 100644 --- a/graphics/printing/hello-world/Makefile +++ b/graphics/printing/hello-world/Makefile @@ -42,7 +42,6 @@ EXEFS_SRC := exefs_src ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 \ - -ffast-math \ $(ARCH) $(DEFINES) CFLAGS += $(INCLUDE) -DSWITCH diff --git a/graphics/simplegfx/Makefile b/graphics/simplegfx/Makefile index e4beac7..ecaa1ae 100644 --- a/graphics/simplegfx/Makefile +++ b/graphics/simplegfx/Makefile @@ -42,7 +42,6 @@ EXEFS_SRC := exefs_src ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 \ - -ffast-math \ $(ARCH) $(DEFINES) CFLAGS += $(INCLUDE) -DSWITCH diff --git a/hid/irsensor/Makefile b/hid/irsensor/Makefile index e4beac7..ecaa1ae 100644 --- a/hid/irsensor/Makefile +++ b/hid/irsensor/Makefile @@ -42,7 +42,6 @@ EXEFS_SRC := exefs_src ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 \ - -ffast-math \ $(ARCH) $(DEFINES) CFLAGS += $(INCLUDE) -DSWITCH diff --git a/templates/application/Makefile b/templates/application/Makefile index e4beac7..ecaa1ae 100644 --- a/templates/application/Makefile +++ b/templates/application/Makefile @@ -42,7 +42,6 @@ EXEFS_SRC := exefs_src ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 \ - -ffast-math \ $(ARCH) $(DEFINES) CFLAGS += $(INCLUDE) -DSWITCH diff --git a/usb/usbds/Makefile b/usb/usbds/Makefile index e4beac7..ecaa1ae 100644 --- a/usb/usbds/Makefile +++ b/usb/usbds/Makefile @@ -42,7 +42,6 @@ EXEFS_SRC := exefs_src ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE CFLAGS := -g -Wall -O2 \ - -ffast-math \ $(ARCH) $(DEFINES) CFLAGS += $(INCLUDE) -DSWITCH