summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraliaspider2015-11-24 13:47:28 +0100
committeraliaspider2015-11-24 13:47:28 +0100
commit0a2c1e6f5025c20e7c476e305ddda1c1a6bd9eec (patch)
treee200d35fcafaf74b2f89cc443b9314bcff849951 /Makefile
parentaea4a52941a4a64a913e295153fcb798cfa5ee50 (diff)
downloadsnes9x2002-0a2c1e6f5025c20e7c476e305ddda1c1a6bd9eec.tar.gz
snes9x2002-0a2c1e6f5025c20e7c476e305ddda1c1a6bd9eec.tar.bz2
snes9x2002-0a2c1e6f5025c20e7c476e305ddda1c1a6bd9eec.zip
add ASM_CPU and ASM_SPC700 build options.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d1e93ec..d74c070 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,8 @@ else ifeq ($(platform), ctr)
CXX = $(DEVKITARM)/bin/arm-none-eabi-g++$(EXE_EXT)
AR = $(DEVKITARM)/bin/arm-none-eabi-ar$(EXE_EXT)
ARM_ASM = 1
+ ASM_CPU = 0
+ ASM_SPC700 = 0
CFLAGS += -DARM11 -D_3DS
CFLAGS += -march=armv6k -mtune=mpcore -mfloat-abi=hard
CFLAGS += -Wall -mword-relocations