summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c962e5f..e0e9a81 100644
--- a/Makefile
+++ b/Makefile
@@ -217,9 +217,11 @@ else ifeq ($(platform), psp1)
CFLAGS += -DPSP -G0
CFLAGS += -I$(shell psp-config --pspsdk-path)/include
CFLAGS += -march=allegrex -mfp32 -mgp32 -mlong32 -mabi=eabi
- CFLAGS += -fomit-frame-pointer -ffast-math -fstrict-aliasing
+ CFLAGS += -fomit-frame-pointer -ffast-math
CFLAGS += -falign-functions=32 -falign-loops -falign-labels -falign-jumps
STATIC_LINKING = 1
+ HAVE_DYNAREC = 1
+ CPU_ARCH := mips
# Vita
else ifeq ($(platform), vita)