From aea4a52941a4a64a913e295153fcb798cfa5ee50 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 14 Nov 2015 17:42:54 +0100 Subject: Group the GCC-specific switches under ARM_ASM --- Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index b06d6fe..102a0a1 100644 --- a/Makefile.common +++ b/Makefile.common @@ -82,7 +82,8 @@ endif #DEFINES += -D_C_GW_ #DEFINES += -DUSE_SA1 #DEFINES += -DFAST_LSB_WORD_ACCESS -ifeq ($(platform), ctr) + +ifeq ($(ARM_ASM), 1) # Do we need all this? Causes issues on non-GCC compilers, etc. DEFINES += -ffast-math DEFINES += -finline -finline-functions -fexpensive-optimizations -- cgit v1.2.3