X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fgles2rice%2Fprojects%2Funix%2FMakefile;h=65c22c1837caef91e654bda7584217cf899361c0;hb=702827912796e8f45d2fcb379255cb7b2cadc579;hp=f2c1a61cd8b2e79f1fb84a36738db92938922616;hpb=5288f5429f38c99c73856e285d35e7d0c4c779d0;p=mupen64plus-pandora.git diff --git a/source/gles2rice/projects/unix/Makefile b/source/gles2rice/projects/unix/Makefile index f2c1a61..65c22c1 100755 --- a/source/gles2rice/projects/unix/Makefile +++ b/source/gles2rice/projects/unix/Makefile @@ -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")