X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fgles2n64%2FMakefile;h=136a2ac52ddd941c232dc30ccfd2a65997581e1a;hb=702827912796e8f45d2fcb379255cb7b2cadc579;hp=3048cfacd88ceea3d146c21cbaf59549f735b376;hpb=5288f5429f38c99c73856e285d35e7d0c4c779d0;p=mupen64plus-pandora.git diff --git a/source/gles2n64/Makefile b/source/gles2n64/Makefile index 3048cfa..136a2ac 100755 --- a/source/gles2n64/Makefile +++ b/source/gles2n64/Makefile @@ -1,6 +1,8 @@ PIC ?= 1 NO_ASM := 1 -CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 -fsigned-char -DNO_ASM -DPAULSCODE -Ofast -ffast-math -fno-strict-aliasing +#CFLAGS += -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mtune=cortex-a8 +CFLAGS += -fsigned-char -DNO_ASM -DPAULSCODE -Ofast -ffast-math -fno-strict-aliasing +CFLAGS += -mcpu=native -mtune=native -marm -mfpu=neon CFLAGS += -I ../mupen64plus-core/src/api/ CFLAGS += `sdl-config --cflags`