build
[mupen64plus-pandora.git] / source / front-end / projects / unix / Makefile
index 1948d08..9bff5b3 100755 (executable)
@@ -84,7 +84,9 @@ ifneq ("$(filter arm%,$(HOST_CPU))","")
   ifeq ("$(filter arm%b,$(HOST_CPU))","")
     CPU := ARM
     ARCH_DETECTED := 32BITS
-    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
+    CFLAGS += -mcpu=native -mtune=native -marm -mfpu=neon
+    CFLAGS += -fsigned-char -ffast-math
 #    CFLAGS += -DANDROID
 #    CFLAGS += -DPAULSCODE 
     $(warning Architecture "$(HOST_CPU)" not officially supported.')