build
[mupen64plus-pandora.git] / source / gles2rice / projects / unix / Makefile
index f2c1a61..65c22c1 100755 (executable)
@@ -111,10 +111,12 @@ ifneq ("$(filter arm%,$(HOST_CPU))","")
     ARCH_DETECTED := 32BITS
     PIC ?= 1
     NO_ASM := 1
-    CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char -ffast-math
+    #CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char -ffast-math
+    CFLAGS += -fsigned-char -ffast-math
+    CFLAGS += -mcpu=native -mtune=native -marm -mfpu=neon
     CFLAGS += -DANDROID
     CFLAGS += -DPAULSCODE 
-    $(warning Architecture "$(HOST_CPU)" not officially supported.')
+    $(warning Architecture "$(HOST_CPU)" not officially supported.')
   endif
 endif
 ifeq ("$(CPU)","NONE")