build
[mupen64plus-pandora.git] / source / mupen64plus-core / projects / unix / Makefile
index 40ab0da..86bdf04 100755 (executable)
@@ -96,8 +96,10 @@ ifneq ("$(filter arm%,$(HOST_CPU))","")
     PIC ?= 1
        OSD ?= 0
     NEW_DYNAREC := 1
-    CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char -ffast-math -Wno-maybe-uninitialized -Wno-unused-function -Wno-unused-variable -Wno-unused-but-set-variable -Wno-comment 
-    $(warning Architecture "$(HOST_CPU)" not officially supported.')
+    #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 -Wno-maybe-uninitialized -Wno-unused-function -Wno-unused-variable -Wno-unused-but-set-variable -Wno-comment 
+    # $(warning Architecture "$(HOST_CPU)" not officially supported.')
   endif
 endif
 ifeq ("$(CPU)","NONE")