X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fmupen64plus-rsp-hle%2Fprojects%2Funix%2FMakefile;h=9bce8db8dec81b2152b7f72b3d4fec6757e50d28;hb=702827912796e8f45d2fcb379255cb7b2cadc579;hp=d9ac17b533a48696bbd359dd9ba15701cfc27c72;hpb=5288f5429f38c99c73856e285d35e7d0c4c779d0;p=mupen64plus-pandora.git diff --git a/source/mupen64plus-rsp-hle/projects/unix/Makefile b/source/mupen64plus-rsp-hle/projects/unix/Makefile index d9ac17b..9bce8db 100755 --- a/source/mupen64plus-rsp-hle/projects/unix/Makefile +++ b/source/mupen64plus-rsp-hle/projects/unix/Makefile @@ -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