build
[mupen64plus-pandora.git] / source / mupen64plus-rsp-hle / projects / unix / Makefile
index d9ac17b..9bce8db 100755 (executable)
@@ -108,7 +108,9 @@ ifneq ("$(filter arm%,$(HOST_CPU))","")
     CPU := ARM
     ARCH_DETECTED := 32BITS
     PIC ?= 1
-    CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char -ftree-vectorize
+    #CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char -ftree-vectorize
+    CFLAGS += -fsigned-char
+    CFLAGS += -mcpu=native -mtune=native -marm -mfpu=neon
     $(warning Architecture "$(HOST_CPU)" not officially supported.')
   endif
 endif