build
[mupen64plus-pandora.git] / source / gles2n64 / Makefile
index 3048cfa..136a2ac 100755 (executable)
@@ -1,6 +1,8 @@
 PIC ?= 1
 NO_ASM := 1
-CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char -DNO_ASM -DPAULSCODE -Ofast -ffast-math -fno-strict-aliasing
+#CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8
+CFLAGS += -fsigned-char -DNO_ASM -DPAULSCODE -Ofast -ffast-math -fno-strict-aliasing
+CFLAGS += -mcpu=native -mtune=native -marm -mfpu=neon
 CFLAGS += -I ../mupen64plus-core/src/api/
 CFLAGS += `sdl-config --cflags`