summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authortwinaphex2015-11-14 17:42:54 +0100
committertwinaphex2015-11-14 17:42:54 +0100
commitaea4a52941a4a64a913e295153fcb798cfa5ee50 (patch)
tree45feb78a3084e5203dab798d1c2a782e24510202 /Makefile.common
parenta32ea8dfa712ea9dda095949f7a4f204009d8197 (diff)
downloadsnes9x2002-aea4a52941a4a64a913e295153fcb798cfa5ee50.tar.gz
snes9x2002-aea4a52941a4a64a913e295153fcb798cfa5ee50.tar.bz2
snes9x2002-aea4a52941a4a64a913e295153fcb798cfa5ee50.zip
Group the GCC-specific switches under ARM_ASM
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
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